Cause stats processes to detach from shared memory when started, so that
authorTom Lane <[email protected]>
Fri, 7 Nov 2003 21:55:50 +0000 (21:55 +0000)
committerTom Lane <[email protected]>
Fri, 7 Nov 2003 21:55:50 +0000 (21:55 +0000)
commitf8a769b47adcdbdc0b9091cd084c9f5a3700d744
treeb9e69620c2615825f9c86eb89a4a6ea3978c376c
parent7e4a6294929cc0c9bb17441e639c013b679a127b
Cause stats processes to detach from shared memory when started, so that
they do not prevent the postmaster from deleting the shmem segment during
a post-backend-crash restart cycle.  Per recent discussion.
src/backend/port/sysv_shmem.c
src/backend/postmaster/pgstat.c
src/include/storage/pg_shmem.h