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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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.