Allow dynamic shared memory segments to be kept until shutdown.
Robert Haas <rhaas@postgresql.org>
Allow dynamic shared memory segments to be kept until shutdown. Amit Kapila, reviewed by Kyotaro Horiguchi, with some further changes by me.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/ipc/dsm.c | modified | +27 −0 |
| src/backend/storage/ipc/dsm_impl.c | modified | +44 −1 |
| src/include/storage/dsm.h | modified | +1 −0 |
| src/include/storage/dsm_impl.h | modified | +3 −0 |