Thread: pgsql: Allow dynamic shared memory segments to be kept until shutdown.

pgsql: Allow dynamic shared memory segments to be kept until shutdown.

From
Robert Haas
Date:
Allow dynamic shared memory segments to be kept until shutdown.

Amit Kapila, reviewed by Kyotaro Horiguchi, with some further
changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8722017bbcbc95e311bbaa6d21cd028e296e5e35

Modified Files
--------------
src/backend/storage/ipc/dsm.c      |   27 ++++++++++++++++++++++
src/backend/storage/ipc/dsm_impl.c |   45 +++++++++++++++++++++++++++++++++++-
src/include/storage/dsm.h          |    1 +
src/include/storage/dsm_impl.h     |    3 +++
4 files changed, 75 insertions(+), 1 deletion(-)