Update HINT for pre-existing shared memory block.

Noah Misch <noah@leadboat.com>

Commit: f3461cb8f5b505878f33d6ded15eab6f0e1993dd
Author: Noah Misch <noah@leadboat.com>
Date: 2019-04-01T02:32:53Z
Releases: 9.4.22
Update HINT for pre-existing shared memory block.

One should almost always terminate an old process, not use a manual
removal tool like ipcrm.  Removal of the ipcclean script eleven years
ago (39627b1ae680cba44f6e56ca5facec4fdbfe9495) and its non-replacement
corroborate that manual shm removal is now a niche goal.  Back-patch to
9.4 (all supported versions).

Reviewed by Daniel Gustafsson and Kyotaro HORIGUCHI.

Discussion: https://postgr.es/m/20180812064815.GB2301738@rfd.leadboat.com

Files

PathChange+/−
src/backend/utils/init/miscinit.c modified +3 −7

Discussion