pgsql-server/src backend/storage/buffer/README ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/storage/buffer/README ...
Date: 2004-04-19 23:27:17
Message-ID: 20040419232717.6A37BD1E30D@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/04/19 20:27:17

Modified files:
src/backend/storage/buffer: README buf_init.c buf_table.c
bufmgr.c freelist.c
src/backend/storage/ipc: ipci.c
src/include/storage: buf_internals.h

Log message:
Code review for ARC patch. Eliminate static variables, improve handling
of VACUUM cases so that VACUUM requests don't affect the ARC state at all,
avoid corner case where BufferSync would uselessly rewrite a buffer that
no longer contains the page that was to be flushed. Make some minor
other cleanups in and around the bufmgr as well, such as moving PinBuffer
and UnpinBuffer into bufmgr.c where they really belong.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-04-19 23:36:48 pgsql-server/doc/src/sgml/ref prepare.sgml
Previous Message Bruce Momjian 2004-04-19 23:19:02 pgsql-server/contrib/mysql README