mirror of https://github.com/postgres/postgres
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.pull/6/head
parent
551fb5ac74
commit
79a4d24f31
Loading…
Reference in new issue