Back-patch fix for 'can't wait without a PROC structure' failures:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c9e3806e57589570a746e875a69a95fe5149ba53
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-09-30T20:18:59Z
Releases: 7.2.3
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.

Files