]> granicus.if.org Git - postgresql/commit
"Pin", rather than "keep", dynamic shared memory mappings and segments.
authorRobert Haas <rhaas@postgresql.org>
Thu, 30 Oct 2014 15:35:55 +0000 (11:35 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 30 Oct 2014 15:35:55 +0000 (11:35 -0400)
commit6057c212f3e783c45e050a78d070edf3e5f069f0
tree9b5c099b31ca9416a6c83b8accbed134c10fb5b5
parent7912f9b7dc9e2d3f6cd81892ef6aa797578e9f06
"Pin", rather than "keep", dynamic shared memory mappings and segments.

Nobody seemed concerned about this naming when it originally went in,
but there's a pending patch that implements the opposite of
dsm_keep_mapping, and the term "unkeep" was judged unpalatable.
"unpin" has existing precedent in the PostgreSQL code base, and the
English language, so use this terminology instead.

Per discussion, back-patch to 9.4.
src/backend/storage/ipc/dsm.c
src/backend/storage/ipc/dsm_impl.c
src/include/storage/dsm.h
src/include/storage/dsm_impl.h