Another series started from utils/builtins.h
authorMarc G. Fournier
Mon, 4 Nov 1996 07:46:06 +0000 (07:46 +0000)
committerMarc G. Fournier
Mon, 4 Nov 1996 07:46:06 +0000 (07:46 +0000)
src/include/access/skey.h
src/include/access/strat.h
src/include/access/tupdesc.h
src/include/rewrite/prs2lock.h
src/include/storage/fd.h
src/include/utils/builtins.h
src/include/utils/geo-decls.h
src/include/utils/rel.h

index f4af159b367e2b8e7181ff2f6b2f1fba1bcc4d25..d392bfef0d79e30b4ad7dcd92ff7f4ed33ebc029 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: skey.h,v 1.2 1996/10/19 04:36:08 scrappy Exp $
+ * $Id: skey.h,v 1.3 1996/11/04 07:45:26 scrappy Exp $
  *
  *
  * Note:
@@ -16,8 +16,7 @@
 #ifndef    SKEY_H
 #define SKEY_H
 
-#include "access/attnum.h"
-
+#include 
 
 typedef struct ScanKeyData {
     bits16     sk_flags;   /* flags */
index 7406074d3efeecb3919161cd455e19d298d0f908..5cd23255efa7ac09ba8881fba1919af9f42e5a36 100644 (file)
@@ -7,14 +7,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: strat.h,v 1.3 1996/11/01 09:30:41 scrappy Exp $
+ * $Id: strat.h,v 1.4 1996/11/04 07:45:27 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef STRAT_H
 #define STRAT_H
 
-#include "access/skey.h"
+#include 
 
 typedef uint16 StrategyNumber;
 
index 5323a734b97385b7257e0d776d0bfb249b25f055..34d57b70e9ca57dbac2d0314a1e5c3b27f00a086 100644 (file)
@@ -6,16 +6,16 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: tupdesc.h,v 1.4 1996/11/01 09:22:33 scrappy Exp $
+ * $Id: tupdesc.h,v 1.5 1996/11/04 07:45:28 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef    TUPDESC_H
 #define TUPDESC_H
 
-#include "nodes/pg_list.h"
-#include "catalog/pg_attribute.h"
-#include "access/attnum.h"
+#include 
+#include 
+#include 
 
 typedef struct tupleDesc {
 /*------------------------------------------------------------------------ 
index b336ca8396791903fbefac7cc83031b585a5f9af..d7be60641ae204984e32c6ee83162bde9a69be68 100644 (file)
@@ -5,15 +5,15 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: prs2lock.h,v 1.3 1996/11/01 09:30:54 scrappy Exp $
+ * $Id: prs2lock.h,v 1.4 1996/11/04 07:45:46 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef PRS2LOCK_H
 #define PRS2LOCK_H
 
-#include "access/attnum.h"
-#include "nodes/pg_list.h"
+#include 
+#include 
 
 /*
  * RewriteRule -
index b19a135119a67ead808801eb191b577d3a8ffe50..bb18cd02d466a13a28f669ba01fb14c9bb23f1e8 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: fd.h,v 1.3 1996/11/01 09:31:10 scrappy Exp $
+ * $Id: fd.h,v 1.4 1996/11/04 07:45:53 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 /*
  * FileOpen uses the standard UNIX open(2) flags.
  */
-#include  /* for O_ on most */
 #ifndef O_RDONLY
-#include   /* for O_ on the rest */
 #endif /* O_RDONLY */
 
 /*
  * FileSeek uses the standard UNIX lseek(2) flags.
  */
 #ifndef WIN32
-#include     /* for SEEK_ on most */
 #else
 #ifndef SEEK_SET
-#include  /* for SEEK_ on the rest */
 #endif /* SEEK_SET */
 #endif /* WIN32 */
 
index 24491453be4a957b29a175df6542e4b1f7b2c2a9..3ebc076f2cd676e6522be069e999ac40433042df 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: builtins.h,v 1.4 1996/11/04 04:00:43 momjian Exp $
+ * $Id: builtins.h,v 1.5 1996/11/04 07:46:00 scrappy Exp $
  *
  * NOTES
  *    This should normally only be included by fmgr.h.
 #ifndef BUILTINS_H
 #define BUILTINS_H
 
-#include "storage/itemptr.h"
-#include "utils/nabstime.h"
-#include "utils/geo-decls.h" 
-#include "utils/rel.h"
+#include 
+#include 
+#include 
+#include 
 
 /*
  * Defined in adt/
@@ -228,7 +228,6 @@ extern POLYGON  *rt_poly_inter();
 extern int32 pqtest(struct varlena *vlena);
 
 /* arrayfuncs.c */
-#include "utils/array.h"
 
 /* date.c */
 extern int32 reltimein(char *timestring);
@@ -335,7 +334,6 @@ extern long float84gt(float64 arg1, float32 arg2);
 extern long float84ge(float64 arg1, float32 arg2);
 
 /* geo-ops.c, geo-selfuncs.c */
-#include "utils/geo-decls.h"
 
 /* misc.c */
 extern bool NullValue(Datum value, bool *isNull);
@@ -425,6 +423,5 @@ extern struct varlena *byteaSetByte(struct varlena *v, int32 n, int32 newByte);
 extern struct varlena *byteaSetBit(struct varlena *v, int32 n, int32 newBit);
 
 /* acl.c */
-#include "utils/acl.h"
 
 #endif /* BUILTINS_H */
index 5cf26925b69d9cce8dcd170431c2da65309aaa24..c5be8b93ca0d32ab71662cc19e79c13fcbdd6d0a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geo-decls.h,v 1.2 1996/10/31 09:51:18 scrappy Exp $
+ * $Id: geo-decls.h,v 1.3 1996/11/04 07:46:04 scrappy Exp $
  *
  * NOTE
  *    These routines do *not* use the float types from adt/.
@@ -24,7 +24,6 @@
  * Useful floating point utilities and constants.
  *-------------------------------------------------------------------*/
 
-#include 
 
 #define    EPSILON         1.0E-06
 
index dbcd7e0f403bae72c3afe5022e8d4890fb78dabb..8ea8ed4b7560444239be8d5918dfe5006a8d113c 100644 (file)
@@ -6,19 +6,19 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: rel.h,v 1.5 1996/11/01 09:31:17 scrappy Exp $
+ * $Id: rel.h,v 1.6 1996/11/04 07:46:06 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef    REL_H
 #define REL_H
 
-#include "access/strat.h"
-#include "rewrite/prs2lock.h"
-#include "access/tupdesc.h"
-#include "catalog/pg_class.h"
-#include "catalog/pg_am.h"
-#include "storage/fd.h"
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
 
 typedef struct RelationData {
     File       rd_fd;      /* open file descriptor */