1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Okay, following Bryan's (and others) suggestions...cleaning up the

include files properly...yet, slowly...
This commit is contained in:
Marc G. Fournier
1996-11-01 09:31:17 +00:00
parent f44acab12c
commit 3516eda61c
9 changed files with 24 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bufmgr.h,v 1.4 1996/10/26 04:15:05 scrappy Exp $
* $Id: bufmgr.h,v 1.5 1996/11/01 09:31:05 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,6 +18,7 @@
#include "storage/ipc.h"
#include "storage/buf.h"
#include "utils/rel.h"
#include "storage/block.h"
/*
* the maximum size of a disk block for any possible installation.