pgsql/src/backend/storage/buffer (buf_init.c buf_table.c bufmgr.c freelist.c localbuf.c xlog_bufmgr.c xlog_localbuf.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/storage/buffer (buf_init.c buf_table.c bufmgr.c freelist.c localbuf.c xlog_bufmgr.c xlog_localbuf.c)
Date
Msg-id 200011300139.eAU1d7206887@hub.org
Whole thread Raw
List pgsql-committers
  Date: Wednesday, November 29, 2000 @ 20:39:07
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/storage/buffer
     from hub.org:/home/projects/pgsql/tmp/cvs-serv6780/src/backend/storage/buffer

Modified Files:
    buf_init.c buf_table.c bufmgr.c freelist.c localbuf.c
    xlog_bufmgr.c xlog_localbuf.c

-----------------------------  Log Message  -----------------------------

Rearrange bufmgr header files so that buf_internals.h need not be
included by everything that includes bufmgr.h --- it's supposed to be
internals, after all, not part of the API!  This fixes the conflict
against FreeBSD headers reported by Rosenman, by making it unnecessary
for s_lock.h to be included by plperl.c.

pgsql-committers by date:

Previous
From: vadim@postgresql.org
Date:
Subject: pgsql/src/backend/tcop (postgres.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/access/nbtree (nbtpage.c)