pgsql/src/backend/access/transam (xact.c xlog.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/access/transam (xact.c xlog.c)
Date
Msg-id 200012180044.eBI0ij559332@hub.org
Whole thread Raw
List pgsql-committers
  Date: Sunday, December 17, 2000 @ 19:44:45
Author: tgl

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

Modified Files:
    xact.c xlog.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: petere@postgresql.org
Date:
Subject: pgsql/doc/src/sgml (typeconv.sgml)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/commands (trigger.c)