pgsql/src/include/storage (buf_internals.h bufmgr.h) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/include/storage (buf_internals.h bufmgr.h)
Date
Msg-id 200011300139.eAU1d8K06910@hub.org
Whole thread Raw
List pgsql-committers
  Date: Wednesday, November 29, 2000 @ 20:39:08
Author: tgl

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

Modified Files:
    buf_internals.h bufmgr.h

-----------------------------  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: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/storage/ipc (ipci.c)
Next
From: vadim@postgresql.org
Date:
Subject: pgsql/src/backend/utils/misc (guc.c)