pgsql/src/backend/utils/error (elog.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/utils/error (elog.c)
Date
Msg-id 200012180044.eBI0imp59364@hub.org
Whole thread Raw
List pgsql-committers
  Date: Sunday, December 17, 2000 @ 19:44:48
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/error
     from hub.org:/home/projects/pgsql/tmp/cvs-serv59326/src/backend/utils/error

Modified Files:
    elog.c

-----------------------------  Log Message  -----------------------------

Clean up backend-exit-time cleanup behavior.  Use on_shmem_exit callbacks
to ensure that we have released buffer refcounts and so forth, rather than
putting ad-hoc operations before (some of the calls to) proc_exit.  Add
commentary to discourage future hackers from repeating that mistake.

pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/storage/lmgr (proc.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/include/access (xlog.h)