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)
commitc9e3806e57589570a746e875a69a95fe5149ba53
treeae935560c5718cce0edc3624e96e0816dd1a24b1
parentc80d09f1237a4564e4314842c8bb02e325239648
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