summaryrefslogtreecommitdiff
path: root/src/include/access/relscan.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-23 07:42:13 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-23 07:42:13 +0000
commitf36b2560a4d8dbeb5e0383ca44f8c85adb593a4f (patch)
tree27720a1b42d0b658e23297e592ff2c1f6620891e /src/include/access/relscan.h
parent29a0fb84fcaddee3623c15b9a072ad893bb04270 (diff)
downloadpostgresql-f36b2560a4d8dbeb5e0383ca44f8c85adb593a4f.tar.gz
Major code cleanups from D'arcy (-Wall -Werror)
Diffstat (limited to 'src/include/access/relscan.h')
-rw-r--r--src/include/access/relscan.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index 43ee60acbc..860d9c31fb 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: relscan.h,v 1.2 1996/10/19 06:27:08 scrappy Exp $
+ * $Id: relscan.h,v 1.3 1996/10/23 07:41:30 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,11 +14,9 @@
#define RELSCAN_H
#include "utils/tqual.h"
+#include "utils/rel.h"
#include "storage/buf.h"
-
-
-
typedef ItemPointerData MarkData;
typedef struct HeapScanDescData {