pgsql/src/include/utils (elog.h)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/utils (elog.h)
Date: 2000-12-18 00:44:50
Message-ID: 200012180044.eBI0io459398@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, December 17, 2000 @ 19:44:50
Author: tgl

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

Modified Files:
elog.h

----------------------------- 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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-12-18 01:37:56 pgsql/src/backend/parser (analyze.c)
Previous Message tgl 2000-12-18 00:44:49 pgsql/src/include/commands (trigger.h)