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

D'Arcy's cleanups

This commit is contained in:
Marc G. Fournier
1996-10-26 04:15:05 +00:00
parent 716d506a81
commit 87b48ff032
6 changed files with 19 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bufmgr.h,v 1.3 1996/10/20 06:35:20 scrappy Exp $
* $Id: bufmgr.h,v 1.4 1996/10/26 04:15:05 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,7 +14,10 @@
#define BUFMGR_H
#include <stdio.h>
#include "storage/ipc.h"
#include "storage/buf.h"
#include "utils/rel.h"
/*
* the maximum size of a disk block for any possible installation.