pgsql/src/include/storage (bufmgr.h)
- From: tgl(at)postgresql(dot)org
- To: pgsql-committers(at)postgresql(dot)org
- Subject: pgsql/src/include/storage (bufmgr.h)
- Date: Sun, 17 Dec 2000 19:44:49 -0500 (EST)
- Message-id: <200012180044.eBI0inu59391@hub.org> <text/plain>
Date: Sunday, December 17, 2000 @ 19:44:49
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/include/storage
from hub.org:/home/projects/pgsql/tmp/cvs-serv59326/src/include/storage
Modified Files:
bufmgr.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.
Home |
Main Index |
Thread Index