From: | Noah Misch <noah(at)leadboat(dot)com> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Update HINT for pre-existing shared memory block. |
Date: | 2019-04-01 02:34:13 |
Message-ID: | E1hAmm5-0002xx-TH@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
REL9_4_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/f3461cb8f5b505878f33d6ded15eab6f0e1993dd
Modified Files
--------------
src/backend/utils/init/miscinit.c | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2019-04-01 05:22:04 | pgsql: Fix thinko in allocation call during MVC list deserialization |
Previous Message | Andres Freund | 2019-04-01 01:42:13 | pgsql: tableam: sample scan. |