Robert Haas
authored
The new function dsm_detach_all() can be used either by postmaster children that don't wish to take any risk of accidentally corrupting shared memory; or by forked children of regular backends with the same need. This patch also updates the postmaster children that already do PGSharedMemoryDetach() to do dsm_detach_all() as well. Per discussion with Tom Lane.
Name | Last commit | Last update |
---|---|---|
.. | ||
Makefile | ||
autovacuum.c | ||
bgworker.c | ||
bgwriter.c | ||
checkpointer.c | ||
fork_process.c | ||
pgarch.c | ||
pgstat.c | ||
postmaster.c | ||
startup.c | ||
syslogger.c | ||
walwriter.c |