Thread: pgsql/src backend/storage/buffer/bufmgr.c incl ...

pgsql/src backend/storage/buffer/bufmgr.c incl ...

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    02/07/02 01:47:37

Modified files:
    src/backend/storage/buffer: bufmgr.c
    src/include/storage: bufmgr.h

Log message:
    Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated
    lines of code into internal routines (drop_relfilenode_buffers,
    release_buffer) and by hiding unused routines (PrintBufferDescs,
    PrintPinnedBufs) behind #ifdef NOT_USED. Remove AbortBufferIO()
    declaration from bufmgr.c (already declared in bufmgr.h)

    Manfred Koizar