Back-patch fix for 'can't wait without a PROC structure' failures:
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Sep 2002 20:18:59 +0000 (20:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Sep 2002 20:18:59 +0000 (20:18 +0000)
commit06c0d3c90c7b7f07dacfae42fdd5dea061f3ac68
treeb7585ba448ced6e68e00d960540c8add99ddecd1
parentd9b94f632cedc17c5debcca41f5d976146fdc00e
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.
src/backend/bootstrap/bootstrap.c
src/backend/storage/buffer/buf_init.c
src/backend/storage/lmgr/lwlock.c
src/backend/storage/lmgr/proc.c