]> granicus.if.org Git - postgresql/commitdiff
Another run through.
authorMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 08:18:44 +0000 (08:18 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 08:18:44 +0000 (08:18 +0000)
This gets us a clean compile of 'common' and 'gist' with *clean* #include
files

src/include/access/genam.h
src/include/access/gist.h
src/include/access/gistscan.h
src/include/access/giststrat.h
src/include/access/istrat.h
src/include/access/rtree.h
src/include/catalog/index.h
src/include/executor/execdesc.h
src/include/executor/executor.h
src/include/nodes/plannodes.h

index ea8121999306a1d97dae9915d38ce2bb3bfe3dbc..7c7c3e10238a53b09f351be155b83fc69d21c8b2 100644 (file)
@@ -6,17 +6,17 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: genam.h,v 1.3 1996/11/03 12:12:22 scrappy Exp $
+ * $Id: genam.h,v 1.4 1996/11/05 08:18:09 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef        GENAM_H
 #define GENAM_H
 
-#include "access/itup.h"
-#include "access/relscan.h"
-#include "access/sdir.h"
-#include "access/funcindex.h"
+#include <access/sdir.h>
+#include <access/funcindex.h>
+#include <access/relscan.h>
+#include <access/itup.h>
 
 /* ----------------
  *     generalized index_ interface routines
index 38ef591d46dced8a757b0aacda9cbae2972bb287..cfafacbc5070939fe402a02972d91c8286edabb2 100644 (file)
 #ifndef GIST_H
 #define GIST_H
 
-#include "storage/off.h"
-#include "utils/rel.h"
-#include "storage/block.h"
-#include "storage/page.h"
+#include <storage/page.h>
+#include <storage/block.h>
+#include <utils/rel.h>
+#include <storage/off.h>
 
 /* 
 ** You can have as many strategies as you please in GiSTs, as
index 3eb1eba6258062cfb99557295a73921675d1dffe..0a4fe7f5546fac834f3da6af23305e6607e58394 100644 (file)
@@ -11,9 +11,9 @@
  */
 #ifndef GISTSCAN_H
 
-#include "utils/rel.h"
-#include "storage/block.h"
-#include "storage/off.h"
+#include <storage/off.h>
+#include <storage/block.h>
+#include <utils/rel.h>
 
 void gistadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum);
 
index 82d8c761e0a3f94dfdfe883c364d545fe0ed4015..d189f685b6cae515ff47e3ca0e3deb9fc5e2b9f6 100644 (file)
@@ -12,6 +12,9 @@
 #ifndef GISTSTRAT_H
 #define GISTSTRAT_H
 
+#include <access/strat.h>
+#include <utils/rel.h>
+
 StrategyNumber
 RelationGetGISTStrategy(Relation r, AttrNumber attnum, RegProcedure proc);
 
index 0133333c9f7d388729818cc491becb961b56d0f4..ca1fbc292a3efa612f280ed2eccac71f93c47df9 100644 (file)
@@ -6,17 +6,13 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: istrat.h,v 1.2 1996/10/31 09:46:41 scrappy Exp $
+ * $Id: istrat.h,v 1.3 1996/11/05 08:18:13 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef        ISTRAT_H
 #define ISTRAT_H
 
-#include "access/attnum.h"
-#include "access/skey.h"
-#include "access/strat.h"
-#include "utils/rel.h"         /* for Relation */
 
 /*
  * StrategyNumberIsValid --
index 6835b9004acdcc43c8687b4be79a53899f68aeae..a421a79f8a658cc7b09bfc1510c5777f61f6353e 100644 (file)
@@ -6,13 +6,17 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rtree.h,v 1.1 1996/08/27 21:50:21 scrappy Exp $
+ * $Id: rtree.h,v 1.2 1996/11/05 08:18:14 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef RTREE_H
 #define RTREE_H
 
+#include <access/skey.h>
+#include <storage/block.h>
+#include <storage/off.h>
+
 /* see rtstrat.c for what all this is about */
 #define RTNStrategies                  8
 #define RTLeftStrategyNumber           1
index 82e7f09e8e21af8065af08393498effdf1044e65..e4497c616d332b433e3a904dd1a86553ca6df266 100644 (file)
@@ -6,18 +6,17 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: index.h,v 1.2 1996/11/03 12:12:28 scrappy Exp $
+ * $Id: index.h,v 1.3 1996/11/05 08:18:24 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef        INDEX_H 
 #define INDEX_H
 
-#include "nodes/execnodes.h"
-#include "access/htup.h"
-#include "access/itup.h"
-#include "nodes/parsenodes.h"
-#include "storage/buf.h"
+#include <nodes/execnodes.h>
+#include <nodes/parsenodes.h>
+#include <access/itup.h>
+#include <access/funcindex.h>
 
 extern Form_pg_am
 AccessMethodObjectIdGetAccessMethodTupleForm(Oid accessMethodObjectId);
index 0244a62e5384a51d0e9cd9cf1dd7fa64ab8d2eec..2fb13bb9094e62b3f068c8fa57d85b485a6c719a 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: execdesc.h,v 1.2 1996/11/04 12:11:40 scrappy Exp $
+ * $Id: execdesc.h,v 1.3 1996/11/05 08:18:31 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -17,7 +17,6 @@
 #include <tcop/dest.h>
 #include <nodes/plannodes.h>
 #include <nodes/parsenodes.h>
-#include <nodes/nodes.h>
 
 /* ----------------
  *     query descriptor:
index b91d857f93e72fd6b5309ba65c5e8c66ca900db2..1469ff542f3948ca4fadc39b75aff0553cdb28bd 100644 (file)
@@ -6,32 +6,22 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: executor.h,v 1.3 1996/11/03 12:12:39 scrappy Exp $
+ * $Id: executor.h,v 1.4 1996/11/05 08:18:34 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef EXECUTOR_H
 #define EXECUTOR_H
 
+#include <catalog/pg_index.h>
+#include <access/itup.h>
+#include <stdio.h>
+#include <executor/execdesc.h>
+
 /* ----------------------------------------------------------------
- *     #includes
  * ----------------------------------------------------------------
  */
 
-#include <stdio.h>
-
-#include "access/itup.h"
-#include "access/relscan.h"
-#include "access/skey.h"
-#include "access/sdir.h"
-#include "catalog/pg_index.h"
-#include "executor/execdesc.h"
-
-#ifndef HAVE_MEMMOVE
-# include "regex/utils.h"
-#else
-# include <string.h>
-#endif
 
 /*
  * prototypes from functions in execAmi.c
index bdc77c4803a04d076a86943b5bdd49bd3f4931c5..b02a370facddb8bf64a8e64de0ff58f7e3955552 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plannodes.h,v 1.4 1996/11/04 12:11:44 scrappy Exp $
+ * $Id: plannodes.h,v 1.5 1996/11/05 08:18:44 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -14,7 +14,6 @@
 #define        PLANNODES_H
 
 #include <nodes/execnodes.h>
-#include <nodes/nodes.h>
 
 /* ----------------------------------------------------------------
  *  Executor State types are used in the plannode structures