"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.
Showing
- src/backend/storage/ipc/dsm.c 5 additions, 5 deletionssrc/backend/storage/ipc/dsm.c
- src/backend/storage/ipc/dsm_impl.c 1 addition, 1 deletionsrc/backend/storage/ipc/dsm_impl.c
- src/include/storage/dsm.h 2 additions, 2 deletionssrc/include/storage/dsm.h
- src/include/storage/dsm_impl.h 1 addition, 1 deletionsrc/include/storage/dsm_impl.h
Please register or sign in to comment