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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend bootstrap/Tag: bootst ...
Date: 2002-09-30 20:18:59
Message-ID: 20020930201859.76F5E4760D7@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-09-30 20:24:53 pgsql-server/src backend/storage/lmgr/Tag: bac ...
Previous Message Tom Lane 2002-09-30 19:55:08 pgsql-server/src include/access/Tag: include/a ...