aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/hio.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-21 05:59:49 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-21 05:59:49 +0000
commitb446f38510d38dbc51b5bf10f9002e79effa87e8 (patch)
treeed43e97284bae9e33fb313020fb4283b8821b9bd /src/backend/access/heap/hio.c
parentede7e6b0451f0a58507d4a5b2a2aa16ef9461f24 (diff)
downloadpostgresql-b446f38510d38dbc51b5bf10f9002e79effa87e8.tar.gz
postgresql-b446f38510d38dbc51b5bf10f9002e79effa87e8.zip
-Wall'd
Diffstat (limited to 'src/backend/access/heap/hio.c')
-rw-r--r--src/backend/access/heap/hio.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/backend/access/heap/hio.c b/src/backend/access/heap/hio.c
index 03d1c918e29..fd80c0da21d 100644
--- a/src/backend/access/heap/hio.c
+++ b/src/backend/access/heap/hio.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Id: hio.c,v 1.4 1996/10/20 08:31:59 scrappy Exp $
+ * $Id: hio.c,v 1.5 1996/10/21 05:59:46 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -38,7 +38,6 @@
#include "storage/itemid.h"
#include "storage/item.h"
-#include "storage/buf.h"
#include "storage/off.h"
#include "storage/bufpage.h"
@@ -47,8 +46,12 @@
#include "access/heapam.h"
+#include <stdio.h>
+#include "storage/ipc.h"
#include "storage/bufmgr.h"
+#include "utils/memutils.h"
+
/*
* amputunique - place tuple at tid
* Currently on errors, calls elog. Perhaps should return -1?