"Pin", rather than "keep", dynamic shared memory mappings and segments.

Robert Haas <rhaas@postgresql.org>

Commit: 6057c212f3e783c45e050a78d070edf3e5f069f0
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-10-30T15:35:55Z
Releases: 9.5.0
"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.

Files