pgsql/src/backend/utils/init (postinit.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/init (postinit.c)
Date: 2000-12-18 00:44:48
Message-ID: 200012180044.eBI0imJ59371@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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

Modified Files:
postinit.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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-12-18 00:44:49 pgsql/src/include/storage (bufmgr.h)
Previous Message tgl 2000-12-18 00:44:47 pgsql/src/backend/storage/buffer (buf_init.c)