pgsql-server/src/backend bootstrap/Tag: bootst ...

Started by Tom Lanealmost 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@postgresql.org 02/09/30 16:18:59

Modified files:
src/backend/bootstrap: Tag: REL7_2_STABLE bootstrap.c
src/backend/storage/buffer: Tag: REL7_2_STABLE buf_init.c
src/backend/storage/lmgr: Tag: REL7_2_STABLE lwlock.c proc.c

Log message:
Back-patch fix for 'can't wait without a PROC structure' failures:
remove separate ShutdownBufferPoolAccess exit callback, and do the
work in ProcKill instead, before we delete MyProc.