pgsql-server/src backend/storage/buffer/README ... - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src backend/storage/buffer/README ...
Date
Msg-id 20040419232717.6A37BD1E30D@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.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.


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/contrib/mysql README
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/doc/src/sgml/ref prepare.sgml