aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-31 09:51:30 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-31 09:51:30 +0000
commit99412aef2326b5610a64a2fd2611bc0fb003296e (patch)
treeebe3b6557b912fab336d0721cd330eaf65cb16c3 /src
parent3341750769e061e83c068b5b78a048d6cba733ca (diff)
downloadpostgresql-99412aef2326b5610a64a2fd2611bc0fb003296e.tar.gz
postgresql-99412aef2326b5610a64a2fd2611bc0fb003296e.zip
remove:
#include "postgres.h" #include "c.h"
Diffstat (limited to 'src')
-rw-r--r--src/include/access/attnum.h3
-rw-r--r--src/include/access/genam.h3
-rw-r--r--src/include/access/heapam.h3
-rw-r--r--src/include/access/hio.h3
-rw-r--r--src/include/access/iqual.h3
-rw-r--r--src/include/access/istrat.h3
-rw-r--r--src/include/access/sdir.h3
-rw-r--r--src/include/access/valid.h3
-rw-r--r--src/include/catalog/catname.h3
-rw-r--r--src/include/catalog/pg_aggregate.h3
-rw-r--r--src/include/catalog/pg_am.h3
-rw-r--r--src/include/catalog/pg_amop.h3
-rw-r--r--src/include/catalog/pg_amproc.h3
-rw-r--r--src/include/catalog/pg_attribute.h3
-rw-r--r--src/include/catalog/pg_class.h3
-rw-r--r--src/include/catalog/pg_database.h3
-rw-r--r--src/include/catalog/pg_defaults.h3
-rw-r--r--src/include/catalog/pg_demon.h3
-rw-r--r--src/include/catalog/pg_group.h3
-rw-r--r--src/include/catalog/pg_hosts.h3
-rw-r--r--src/include/catalog/pg_index.h3
-rw-r--r--src/include/catalog/pg_inheritproc.h3
-rw-r--r--src/include/catalog/pg_inherits.h3
-rw-r--r--src/include/catalog/pg_ipl.h3
-rw-r--r--src/include/catalog/pg_language.h3
-rw-r--r--src/include/catalog/pg_listener.h3
-rw-r--r--src/include/catalog/pg_log.h3
-rw-r--r--src/include/catalog/pg_magic.h3
-rw-r--r--src/include/catalog/pg_opclass.h3
-rw-r--r--src/include/catalog/pg_operator.h3
-rw-r--r--src/include/catalog/pg_parg.h3
-rw-r--r--src/include/catalog/pg_proc.h3
-rw-r--r--src/include/catalog/pg_rewrite.h3
-rw-r--r--src/include/catalog/pg_server.h3
-rw-r--r--src/include/catalog/pg_statistic.h3
-rw-r--r--src/include/catalog/pg_time.h3
-rw-r--r--src/include/catalog/pg_user.h3
-rw-r--r--src/include/catalog/pg_variable.h3
-rw-r--r--src/include/catalog/pg_version.h3
-rw-r--r--src/include/commands/copy.h3
-rw-r--r--src/include/commands/defrem.h3
-rw-r--r--src/include/commands/version.h3
-rw-r--r--src/include/executor/executor.h3
-rw-r--r--src/include/lib/dllist.h3
-rw-r--r--src/include/lib/fstack.h3
-rw-r--r--src/include/lib/stringinfo.h3
-rw-r--r--src/include/libpq/auth.h3
-rw-r--r--src/include/libpq/pqcomm.h3
-rw-r--r--src/include/libpq/pqsignal.h3
-rw-r--r--src/include/nodes/nodes.h3
-rw-r--r--src/include/nodes/params.h3
-rw-r--r--src/include/nodes/plannodes.h3
-rw-r--r--src/include/nodes/relation.h3
-rw-r--r--src/include/optimizer/plancat.h3
-rw-r--r--src/include/parser/catalog_utils.h3
-rw-r--r--src/include/storage/block.h4
-rw-r--r--src/include/storage/buf_internals.h3
-rw-r--r--src/include/storage/fd.h3
-rw-r--r--src/include/storage/ipc.h6
-rw-r--r--src/include/storage/item.h4
-rw-r--r--src/include/storage/itempos.h3
-rw-r--r--src/include/storage/large_object.h3
-rw-r--r--src/include/storage/lmgr.h3
-rw-r--r--src/include/storage/lock.h3
-rw-r--r--src/include/storage/off.h6
-rw-r--r--src/include/storage/page.h4
-rw-r--r--src/include/storage/pagenum.h3
-rw-r--r--src/include/storage/pos.h4
-rw-r--r--src/include/storage/sinval.h3
-rw-r--r--src/include/storage/sinvaladt.h4
-rw-r--r--src/include/utils/acl.h3
-rw-r--r--src/include/utils/builtins.h3
-rw-r--r--src/include/utils/catcache.h3
-rw-r--r--src/include/utils/datum.h3
-rw-r--r--src/include/utils/exc.h3
-rw-r--r--src/include/utils/excid.h3
-rw-r--r--src/include/utils/fmgrtab.h3
-rw-r--r--src/include/utils/geo-decls.h3
-rw-r--r--src/include/utils/hsearch.h3
-rw-r--r--src/include/utils/inval.h3
-rw-r--r--src/include/utils/lselect.h3
-rw-r--r--src/include/utils/mcxt.h3
-rw-r--r--src/include/utils/memutils.h5
-rw-r--r--src/include/utils/palloc.h4
-rw-r--r--src/include/utils/portal.h3
-rw-r--r--src/include/utils/relcache.h3
86 files changed, 87 insertions, 185 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h
index e0c1c1f2037..b4111e16670 100644
--- a/src/include/access/attnum.h
+++ b/src/include/access/attnum.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: attnum.h,v 1.3 1996/10/31 05:56:34 momjian Exp $
+ * $Id: attnum.h,v 1.4 1996/10/31 09:46:35 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ATTNUM_H
#define ATTNUM_H
-#include "postgres.h"
/*
* user defined attribute numbers start at 1. -ay 2/95
diff --git a/src/include/access/genam.h b/src/include/access/genam.h
index 3566260602b..b23533cbe36 100644
--- a/src/include/access/genam.h
+++ b/src/include/access/genam.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: genam.h,v 1.1 1996/08/27 21:50:09 scrappy Exp $
+ * $Id: genam.h,v 1.2 1996/10/31 09:46:37 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef GENAM_H
#define GENAM_H
-#include "postgres.h"
#include "access/attnum.h"
#include "access/htup.h"
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h
index 342dbab2a2d..802064cff0b 100644
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: heapam.h,v 1.2 1996/09/23 08:36:39 scrappy Exp $
+ * $Id: heapam.h,v 1.3 1996/10/31 09:46:37 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,6 @@
#include <sys/types.h>
-#include "postgres.h"
#include "access/attnum.h"
#include "access/htup.h"
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index 06f01ae53b4..bc4158224df 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: hio.h,v 1.1 1996/08/27 21:50:14 scrappy Exp $
+ * $Id: hio.h,v 1.2 1996/10/31 09:46:38 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HIO_H
#define HIO_H
-#include "c.h"
#include "storage/block.h"
#include "access/htup.h"
diff --git a/src/include/access/iqual.h b/src/include/access/iqual.h
index 6a495851305..f8e4648cceb 100644
--- a/src/include/access/iqual.h
+++ b/src/include/access/iqual.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: iqual.h,v 1.2 1996/10/23 07:41:27 scrappy Exp $
+ * $Id: iqual.h,v 1.3 1996/10/31 09:46:39 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef IQUAL_H
#define IQUAL_H
-#include "c.h"
#include "storage/itemid.h"
#include "utils/rel.h"
diff --git a/src/include/access/istrat.h b/src/include/access/istrat.h
index 120b487e823..0133333c9f7 100644
--- a/src/include/access/istrat.h
+++ b/src/include/access/istrat.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: istrat.h,v 1.1 1996/08/27 21:50:17 scrappy Exp $
+ * $Id: istrat.h,v 1.2 1996/10/31 09:46:41 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ISTRAT_H
#define ISTRAT_H
-#include "postgres.h"
#include "access/attnum.h"
#include "access/skey.h"
#include "access/strat.h"
diff --git a/src/include/access/sdir.h b/src/include/access/sdir.h
index 8def3015c3b..9d60e2dd3d3 100644
--- a/src/include/access/sdir.h
+++ b/src/include/access/sdir.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: sdir.h,v 1.1 1996/08/27 21:50:23 scrappy Exp $
+ * $Id: sdir.h,v 1.2 1996/10/31 09:46:42 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SDIR_H
#define SDIR_H
-#include "c.h"
/*
* ScanDirection was an int8 for no apparent reason. I kept the original
diff --git a/src/include/access/valid.h b/src/include/access/valid.h
index 5088c7f8db1..865daaece70 100644
--- a/src/include/access/valid.h
+++ b/src/include/access/valid.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: valid.h,v 1.1 1996/08/27 21:50:28 scrappy Exp $
+ * $Id: valid.h,v 1.2 1996/10/31 09:46:44 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef VALID_H
#define VALID_H
-#include "c.h"
#include "access/skey.h"
#include "storage/buf.h"
#include "utils/tqual.h"
diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h
index 2c4fd6d31e6..26a740db086 100644
--- a/src/include/catalog/catname.h
+++ b/src/include/catalog/catname.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: catname.h,v 1.1 1996/08/28 01:56:23 scrappy Exp $
+ * $Id: catname.h,v 1.2 1996/10/31 09:47:02 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef CATNAME_H
#define CATNAME_H
-#include "postgres.h"
#define AggregateRelationName "pg_aggregate"
diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h
index 8b52114c4a5..fd3a3200b8f 100644
--- a/src/include/catalog/pg_aggregate.h
+++ b/src/include/catalog/pg_aggregate.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_aggregate.h,v 1.1 1996/08/28 01:56:30 scrappy Exp $
+ * $Id: pg_aggregate.h,v 1.2 1996/10/31 09:47:04 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------------------------------------------------------
* pg_aggregate definition.
diff --git a/src/include/catalog/pg_am.h b/src/include/catalog/pg_am.h
index bfa9a012cee..aca3de4f80b 100644
--- a/src/include/catalog/pg_am.h
+++ b/src/include/catalog/pg_am.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_am.h,v 1.1 1996/08/28 01:56:32 scrappy Exp $
+ * $Id: pg_am.h,v 1.2 1996/10/31 09:47:07 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -27,7 +27,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_am definition. cpp turns this into
diff --git a/src/include/catalog/pg_amop.h b/src/include/catalog/pg_amop.h
index fd3d052daf8..6e52f4437da 100644
--- a/src/include/catalog/pg_amop.h
+++ b/src/include/catalog/pg_amop.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_amop.h,v 1.1 1996/08/28 01:56:34 scrappy Exp $
+ * $Id: pg_amop.h,v 1.2 1996/10/31 09:47:12 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
#include "access/istrat.h"
/* ----------------
diff --git a/src/include/catalog/pg_amproc.h b/src/include/catalog/pg_amproc.h
index e00d35c8a94..600d53c4ef0 100644
--- a/src/include/catalog/pg_amproc.h
+++ b/src/include/catalog/pg_amproc.h
@@ -9,7 +9,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_amproc.h,v 1.1 1996/08/28 01:56:36 scrappy Exp $
+ * $Id: pg_amproc.h,v 1.2 1996/10/31 09:47:17 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -26,7 +26,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_amproc definition. cpp turns this into
diff --git a/src/include/catalog/pg_attribute.h b/src/include/catalog/pg_attribute.h
index a6796dd2fa3..76605d3bc94 100644
--- a/src/include/catalog/pg_attribute.h
+++ b/src/include/catalog/pg_attribute.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_attribute.h,v 1.1 1996/08/28 01:56:37 scrappy Exp $
+ * $Id: pg_attribute.h,v 1.2 1996/10/31 09:47:19 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -29,7 +29,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
#include "access/attnum.h"
/* ----------------
diff --git a/src/include/catalog/pg_class.h b/src/include/catalog/pg_class.h
index eb4ba992d6b..d46357b7b67 100644
--- a/src/include/catalog/pg_class.h
+++ b/src/include/catalog/pg_class.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_class.h,v 1.1 1996/08/28 01:56:39 scrappy Exp $
+ * $Id: pg_class.h,v 1.2 1996/10/31 09:47:21 scrappy Exp $
*
* NOTES
* ``pg_relation'' is being replaced by ``pg_class''. currently
@@ -29,7 +29,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
#include "utils/nabstime.h"
/* ----------------
diff --git a/src/include/catalog/pg_database.h b/src/include/catalog/pg_database.h
index 92f84b8edca..057d40b19fc 100644
--- a/src/include/catalog/pg_database.h
+++ b/src/include/catalog/pg_database.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_database.h,v 1.1 1996/08/28 01:56:41 scrappy Exp $
+ * $Id: pg_database.h,v 1.2 1996/10/31 09:47:23 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_database definition. cpp turns this into
diff --git a/src/include/catalog/pg_defaults.h b/src/include/catalog/pg_defaults.h
index 1a85c730e83..554c4457a3c 100644
--- a/src/include/catalog/pg_defaults.h
+++ b/src/include/catalog/pg_defaults.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_defaults.h,v 1.1 1996/08/28 01:56:42 scrappy Exp $
+ * $Id: pg_defaults.h,v 1.2 1996/10/31 09:47:24 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_defaults definition. cpp turns this into
diff --git a/src/include/catalog/pg_demon.h b/src/include/catalog/pg_demon.h
index 62dace1ca72..a0511ee362c 100644
--- a/src/include/catalog/pg_demon.h
+++ b/src/include/catalog/pg_demon.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_demon.h,v 1.1 1996/08/28 01:56:44 scrappy Exp $
+ * $Id: pg_demon.h,v 1.2 1996/10/31 09:47:26 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_demon definition. cpp turns this into
diff --git a/src/include/catalog/pg_group.h b/src/include/catalog/pg_group.h
index b392cd25c1e..b54a960b06b 100644
--- a/src/include/catalog/pg_group.h
+++ b/src/include/catalog/pg_group.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_group.h,v 1.1 1996/08/28 01:56:45 scrappy Exp $
+ * $Id: pg_group.h,v 1.2 1996/10/31 09:47:28 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -23,7 +23,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
CATALOG(pg_group) BOOTSTRAP {
NameData groname;
diff --git a/src/include/catalog/pg_hosts.h b/src/include/catalog/pg_hosts.h
index ddd8f421758..f192310f2c7 100644
--- a/src/include/catalog/pg_hosts.h
+++ b/src/include/catalog/pg_hosts.h
@@ -10,7 +10,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_hosts.h,v 1.1 1996/08/28 01:56:47 scrappy Exp $
+ * $Id: pg_hosts.h,v 1.2 1996/10/31 09:47:30 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -27,7 +27,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
CATALOG(pg_hosts) BOOTSTRAP {
NameData dbName;
diff --git a/src/include/catalog/pg_index.h b/src/include/catalog/pg_index.h
index 7141dabd757..1ae6c6158c5 100644
--- a/src/include/catalog/pg_index.h
+++ b/src/include/catalog/pg_index.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_index.h,v 1.1 1996/08/28 01:56:49 scrappy Exp $
+ * $Id: pg_index.h,v 1.2 1996/10/31 09:47:31 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_index definition. cpp turns this into
diff --git a/src/include/catalog/pg_inheritproc.h b/src/include/catalog/pg_inheritproc.h
index 39b89d113e2..5357c7ebfa5 100644
--- a/src/include/catalog/pg_inheritproc.h
+++ b/src/include/catalog/pg_inheritproc.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_inheritproc.h,v 1.1 1996/08/28 01:56:51 scrappy Exp $
+ * $Id: pg_inheritproc.h,v 1.2 1996/10/31 09:47:33 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_inheritproc definition. cpp turns this into
diff --git a/src/include/catalog/pg_inherits.h b/src/include/catalog/pg_inherits.h
index b3038019207..66c6f933914 100644
--- a/src/include/catalog/pg_inherits.h
+++ b/src/include/catalog/pg_inherits.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_inherits.h,v 1.1 1996/08/28 01:56:52 scrappy Exp $
+ * $Id: pg_inherits.h,v 1.2 1996/10/31 09:47:35 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_inherits definition. cpp turns this into
diff --git a/src/include/catalog/pg_ipl.h b/src/include/catalog/pg_ipl.h
index a9c98787232..7242c8fc672 100644
--- a/src/include/catalog/pg_ipl.h
+++ b/src/include/catalog/pg_ipl.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_ipl.h,v 1.1 1996/08/28 01:56:54 scrappy Exp $
+ * $Id: pg_ipl.h,v 1.2 1996/10/31 09:47:36 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_ipl definition. cpp turns this into
diff --git a/src/include/catalog/pg_language.h b/src/include/catalog/pg_language.h
index 7e5b15d3b20..35e53d7dc18 100644
--- a/src/include/catalog/pg_language.h
+++ b/src/include/catalog/pg_language.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_language.h,v 1.1 1996/08/28 01:56:57 scrappy Exp $
+ * $Id: pg_language.h,v 1.2 1996/10/31 09:47:38 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_language definition. cpp turns this into
diff --git a/src/include/catalog/pg_listener.h b/src/include/catalog/pg_listener.h
index 77e5885bd03..64749d3e334 100644
--- a/src/include/catalog/pg_listener.h
+++ b/src/include/catalog/pg_listener.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_listener.h,v 1.1 1996/08/28 01:56:58 scrappy Exp $
+ * $Id: pg_listener.h,v 1.2 1996/10/31 09:47:40 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -23,7 +23,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------------------------------------------------------
* pg_listener definition.
diff --git a/src/include/catalog/pg_log.h b/src/include/catalog/pg_log.h
index 9d9659987bf..7aa4240762d 100644
--- a/src/include/catalog/pg_log.h
+++ b/src/include/catalog/pg_log.h
@@ -9,7 +9,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_log.h,v 1.1 1996/08/28 01:57:00 scrappy Exp $
+ * $Id: pg_log.h,v 1.2 1996/10/31 09:47:42 scrappy Exp $
*
* NOTES
* The structures and macros used by the transam/ code
@@ -26,7 +26,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
CATALOG(pg_log) BOOTSTRAP {
Oid logfoo;
diff --git a/src/include/catalog/pg_magic.h b/src/include/catalog/pg_magic.h
index 7cb8948945f..83f53d73d1b 100644
--- a/src/include/catalog/pg_magic.h
+++ b/src/include/catalog/pg_magic.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_magic.h,v 1.1 1996/08/28 01:57:02 scrappy Exp $
+ * $Id: pg_magic.h,v 1.2 1996/10/31 09:47:45 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_magic definition. cpp turns this into
diff --git a/src/include/catalog/pg_opclass.h b/src/include/catalog/pg_opclass.h
index 5a88163b104..ca761c47b2f 100644
--- a/src/include/catalog/pg_opclass.h
+++ b/src/include/catalog/pg_opclass.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_opclass.h,v 1.1 1996/08/28 01:57:03 scrappy Exp $
+ * $Id: pg_opclass.h,v 1.2 1996/10/31 09:47:48 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_opclass definition. cpp turns this into
diff --git a/src/include/catalog/pg_operator.h b/src/include/catalog/pg_operator.h
index de9f68b2bfd..8e8ea96c814 100644
--- a/src/include/catalog/pg_operator.h
+++ b/src/include/catalog/pg_operator.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_operator.h,v 1.1 1996/08/28 01:57:05 scrappy Exp $
+ * $Id: pg_operator.h,v 1.2 1996/10/31 09:47:49 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -27,7 +27,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_operator definition. cpp turns this into
diff --git a/src/include/catalog/pg_parg.h b/src/include/catalog/pg_parg.h
index cb6f9253f1d..7f1fec72f3a 100644
--- a/src/include/catalog/pg_parg.h
+++ b/src/include/catalog/pg_parg.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_parg.h,v 1.1 1996/08/28 01:57:07 scrappy Exp $
+ * $Id: pg_parg.h,v 1.2 1996/10/31 09:47:51 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_parg definition. cpp turns this into
diff --git a/src/include/catalog/pg_proc.h b/src/include/catalog/pg_proc.h
index 51c50b0000b..034fd261434 100644
--- a/src/include/catalog/pg_proc.h
+++ b/src/include/catalog/pg_proc.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_proc.h,v 1.1 1996/08/28 01:57:09 scrappy Exp $
+ * $Id: pg_proc.h,v 1.2 1996/10/31 09:47:52 scrappy Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
@@ -28,7 +28,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
#include "nodes/pg_list.h"
#include "tcop/dest.h"
diff --git a/src/include/catalog/pg_rewrite.h b/src/include/catalog/pg_rewrite.h
index 3d0c4260ec5..04c59255962 100644
--- a/src/include/catalog/pg_rewrite.h
+++ b/src/include/catalog/pg_rewrite.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_rewrite.h,v 1.1 1996/08/28 01:57:11 scrappy Exp $
+ * $Id: pg_rewrite.h,v 1.2 1996/10/31 09:47:54 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_rewrite definition. cpp turns this into
diff --git a/src/include/catalog/pg_server.h b/src/include/catalog/pg_server.h
index 1306ce070a6..87d917903a7 100644
--- a/src/include/catalog/pg_server.h
+++ b/src/include/catalog/pg_server.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_server.h,v 1.1 1996/08/28 01:57:12 scrappy Exp $
+ * $Id: pg_server.h,v 1.2 1996/10/31 09:47:55 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_server definition. cpp turns this into
diff --git a/src/include/catalog/pg_statistic.h b/src/include/catalog/pg_statistic.h
index 65ca1d009ba..cc76e5d893c 100644
--- a/src/include/catalog/pg_statistic.h
+++ b/src/include/catalog/pg_statistic.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_statistic.h,v 1.1 1996/08/28 01:57:14 scrappy Exp $
+ * $Id: pg_statistic.h,v 1.2 1996/10/31 09:47:57 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_statistic definition. cpp turns this into
diff --git a/src/include/catalog/pg_time.h b/src/include/catalog/pg_time.h
index 59729a2d965..5b35d73f25b 100644
--- a/src/include/catalog/pg_time.h
+++ b/src/include/catalog/pg_time.h
@@ -9,7 +9,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_time.h,v 1.1 1996/08/28 01:57:17 scrappy Exp $
+ * $Id: pg_time.h,v 1.2 1996/10/31 09:47:58 scrappy Exp $
*
* NOTES
* The structures and macros used by the transam/ code
@@ -26,7 +26,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
CATALOG(pg_time) BOOTSTRAP {
Oid timefoo;
diff --git a/src/include/catalog/pg_user.h b/src/include/catalog/pg_user.h
index 468d91e5270..15f26ba4dbf 100644
--- a/src/include/catalog/pg_user.h
+++ b/src/include/catalog/pg_user.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_user.h,v 1.1 1996/08/28 01:57:20 scrappy Exp $
+ * $Id: pg_user.h,v 1.2 1996/10/31 09:48:00 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
/* ----------------
* pg_user definition. cpp turns this into
diff --git a/src/include/catalog/pg_variable.h b/src/include/catalog/pg_variable.h
index db1b393bf99..d7b753357bb 100644
--- a/src/include/catalog/pg_variable.h
+++ b/src/include/catalog/pg_variable.h
@@ -9,7 +9,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_variable.h,v 1.1 1996/08/28 01:57:21 scrappy Exp $
+ * $Id: pg_variable.h,v 1.2 1996/10/31 09:48:02 scrappy Exp $
*
* NOTES
* The structures and macros used by the transam/ code
@@ -26,7 +26,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
CATALOG(pg_variable) BOOTSTRAP {
Oid varfoo;
diff --git a/src/include/catalog/pg_version.h b/src/include/catalog/pg_version.h
index 8b0df91dee9..154f9314231 100644
--- a/src/include/catalog/pg_version.h
+++ b/src/include/catalog/pg_version.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_version.h,v 1.1 1996/08/28 01:57:23 scrappy Exp $
+ * $Id: pg_version.h,v 1.2 1996/10/31 09:48:03 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -24,7 +24,6 @@
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
#include "utils/nabstime.h"
/* ----------------
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h
index 9821b3147cf..1a1228b142d 100644
--- a/src/include/commands/copy.h
+++ b/src/include/commands/copy.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: copy.h,v 1.1 1996/08/28 07:21:44 scrappy Exp $
+ * $Id: copy.h,v 1.2 1996/10/31 09:48:12 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef COPY_H
#define COPY_H
-#include "postgres.h"
void DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe, char *filename,
char *delim);
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index 85dd37c6d5c..7b52bbde28d 100644
--- a/src/include/commands/defrem.h
+++ b/src/include/commands/defrem.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: defrem.h,v 1.1 1996/08/28 07:21:46 scrappy Exp $
+ * $Id: defrem.h,v 1.2 1996/10/31 09:48:22 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef DEFREM_H
#define DEFREM_H
-#include "postgres.h"
#include "nodes/pg_list.h"
#include "nodes/primnodes.h"
#include "nodes/parsenodes.h"
diff --git a/src/include/commands/version.h b/src/include/commands/version.h
index b4c76b100cb..da7f2c44e1a 100644
--- a/src/include/commands/version.h
+++ b/src/include/commands/version.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: version.h,v 1.1 1996/08/28 07:21:53 scrappy Exp $
+ * $Id: version.h,v 1.2 1996/10/31 09:48:24 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef VERSION_H
#define VERSION_H
-#include "postgres.h"
#include "nodes/pg_list.h"
extern void DefineVersion(char *name, char *fromRelname, char *date);
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h
index e6875c1cd27..c849a06616c 100644
--- a/src/include/executor/executor.h
+++ b/src/include/executor/executor.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: executor.h,v 1.1 1996/08/28 07:22:09 scrappy Exp $
+ * $Id: executor.h,v 1.2 1996/10/31 09:48:30 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -20,7 +20,6 @@
#include <stdio.h>
#include <string.h>
-#include "postgres.h"
#include "nodes/pg_list.h"
/* ----------------
diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h
index 7d97ba32889..4cc56c98744 100644
--- a/src/include/lib/dllist.h
+++ b/src/include/lib/dllist.h
@@ -26,7 +26,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: dllist.h,v 1.1 1996/08/28 07:22:36 scrappy Exp $
+ * $Id: dllist.h,v 1.2 1996/10/31 09:48:40 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -34,7 +34,6 @@
#ifndef DLLIST_H
#define DLLIST_H
-#include "c.h"
struct Dllist;
struct Dlelem;
diff --git a/src/include/lib/fstack.h b/src/include/lib/fstack.h
index 8f758b48c89..de2868142a3 100644
--- a/src/include/lib/fstack.h
+++ b/src/include/lib/fstack.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: fstack.h,v 1.1 1996/08/28 07:22:37 scrappy Exp $
+ * $Id: fstack.h,v 1.2 1996/10/31 09:48:46 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -25,7 +25,6 @@
#ifndef FSTACK_H
#define FSTACK_H
-#include "c.h"
/*
* FixedItem --
diff --git a/src/include/lib/stringinfo.h b/src/include/lib/stringinfo.h
index 524a11414ad..39863fcbcae 100644
--- a/src/include/lib/stringinfo.h
+++ b/src/include/lib/stringinfo.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: stringinfo.h,v 1.1 1996/08/28 07:22:41 scrappy Exp $
+ * $Id: stringinfo.h,v 1.2 1996/10/31 09:48:52 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef STRINGINFO_H
#define STRINGINFO_H
-/*#include "c.h" */ /* for 'String' */
/*-------------------------
* StringInfoData holds information about a string.
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h
index 9042053b201..d67d335643f 100644
--- a/src/include/libpq/auth.h
+++ b/src/include/libpq/auth.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: auth.h,v 1.1 1996/08/28 07:22:50 scrappy Exp $
+ * $Id: auth.h,v 1.2 1996/10/31 09:48:57 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef AUTH_H
#define AUTH_H
-#include "c.h"
#include "libpq/pqcomm.h"
/*----------------------------------------------------------------
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h
index cba61f06af9..41d4ee9ac22 100644
--- a/src/include/libpq/pqcomm.h
+++ b/src/include/libpq/pqcomm.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqcomm.h,v 1.3 1996/10/23 07:41:47 scrappy Exp $
+ * $Id: pqcomm.h,v 1.4 1996/10/31 09:48:59 scrappy Exp $
*
* NOTES
* Some of this should move to libpq.h
@@ -25,7 +25,6 @@
#include <netinet/in.h>
#endif /* WIN32 */
-#include "postgres.h"
/*
* startup msg parameters: path length, argument string length
diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h
index bb07cf557c3..dc48786bb43 100644
--- a/src/include/libpq/pqsignal.h
+++ b/src/include/libpq/pqsignal.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pqsignal.h,v 1.1 1996/08/28 07:23:03 scrappy Exp $
+ * $Id: pqsignal.h,v 1.2 1996/10/31 09:49:01 scrappy Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other
@@ -19,7 +19,6 @@
#include <signal.h>
-#include "c.h"
typedef void (*pqsigfunc)(int);
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index d22b2ee0c95..6c6d48ae8c4 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodes.h,v 1.1 1996/08/28 01:57:37 scrappy Exp $
+ * $Id: nodes.h,v 1.2 1996/10/31 09:49:10 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef NODES_H
#define NODES_H
-#include "c.h"
/*
* The first field of every node is NodeTag. Each node created (with makeNode)
diff --git a/src/include/nodes/params.h b/src/include/nodes/params.h
index 023d15bd414..4440ccc1dda 100644
--- a/src/include/nodes/params.h
+++ b/src/include/nodes/params.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: params.h,v 1.1 1996/08/28 01:57:39 scrappy Exp $
+ * $Id: params.h,v 1.2 1996/10/31 09:49:13 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARAMS_H
#define PARAMS_H
-#include "postgres.h"
#include "access/attnum.h"
/* ----------------------------------------------------------------
diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h
index cdbd5de127e..b431a45b79a 100644
--- a/src/include/nodes/plannodes.h
+++ b/src/include/nodes/plannodes.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: plannodes.h,v 1.1 1996/08/28 01:57:44 scrappy Exp $
+ * $Id: plannodes.h,v 1.2 1996/10/31 09:49:16 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PLANNODES_H
#define PLANNODES_H
-#include "postgres.h"
#include "nodes/nodes.h"
#include "nodes/pg_list.h"
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index 2961e1f7d91..037d722c1a6 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: relation.h,v 1.1 1996/08/28 01:57:49 scrappy Exp $
+ * $Id: relation.h,v 1.2 1996/10/31 09:49:18 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RELATION_H
#define RELATION_H
-#include "c.h"
#include "nodes/pg_list.h"
#include "nodes/primnodes.h"
#include "nodes/parsenodes.h"
diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h
index 3279985b164..36604e78961 100644
--- a/src/include/optimizer/plancat.h
+++ b/src/include/optimizer/plancat.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: plancat.h,v 1.1 1996/08/28 07:23:20 scrappy Exp $
+ * $Id: plancat.h,v 1.2 1996/10/31 09:49:26 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PLANCAT_H
#define PLANCAT_H
-#include "c.h"
/*
* transient data structure to hold return value of index_info. Note that
diff --git a/src/include/parser/catalog_utils.h b/src/include/parser/catalog_utils.h
index e8d56cca4b4..8fed6eb8b8c 100644
--- a/src/include/parser/catalog_utils.h
+++ b/src/include/parser/catalog_utils.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: catalog_utils.h,v 1.1 1996/08/28 07:23:51 scrappy Exp $
+ * $Id: catalog_utils.h,v 1.2 1996/10/31 09:49:33 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,7 +14,6 @@
#define CATALOG_UTILS_H
-#include "postgres.h"
#include "access/htup.h"
#include "utils/rel.h"
diff --git a/src/include/storage/block.h b/src/include/storage/block.h
index 0098ca45299..993d7f8257e 100644
--- a/src/include/storage/block.h
+++ b/src/include/storage/block.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: block.h,v 1.1 1996/08/28 01:57:55 scrappy Exp $
+ * $Id: block.h,v 1.2 1996/10/31 09:49:40 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef BLOCK_H
#define BLOCK_H
-#include "c.h"
-
/*
* BlockNumber:
*
diff --git a/src/include/storage/buf_internals.h b/src/include/storage/buf_internals.h
index b5fce3993dd..c01d6df82aa 100644
--- a/src/include/storage/buf_internals.h
+++ b/src/include/storage/buf_internals.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: buf_internals.h,v 1.1 1996/08/28 01:58:00 scrappy Exp $
+ * $Id: buf_internals.h,v 1.2 1996/10/31 09:49:42 scrappy Exp $
*
* NOTE
* If BUFFERPAGE0 is defined, then 0 will be used as a
@@ -17,7 +17,6 @@
#ifndef BUFMGR_INTERNALS_H
#define BUFMGR_INTERNALS_H
-#include "postgres.h"
#include "storage/buf.h"
#include "storage/ipc.h"
#include "storage/shmem.h"
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h
index f065278e768..37381c746a5 100644
--- a/src/include/storage/fd.h
+++ b/src/include/storage/fd.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: fd.h,v 1.1 1996/08/28 01:58:04 scrappy Exp $
+ * $Id: fd.h,v 1.2 1996/10/31 09:49:45 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,7 +53,6 @@
#endif /* SEEK_SET */
#endif /* WIN32 */
-#include "c.h"
#include "storage/block.h"
typedef char *FileName;
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h
index e5baf1c2dbe..ea7d9a73b42 100644
--- a/src/include/storage/ipc.h
+++ b/src/include/storage/ipc.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: ipc.h,v 1.5 1996/10/31 05:57:40 momjian Exp $
+ * $Id: ipc.h,v 1.6 1996/10/31 09:49:48 scrappy Exp $
*
* NOTES
* This file is very architecture-specific. This stuff should actually
@@ -21,10 +21,6 @@
#define _IPC_
#endif
-#include <sys/types.h>
-
-#include "postgres.h"
-
/*
* Many architectures have support for user-level spinlocks (i.e., an
* atomic test-and-set instruction). However, we have only written
diff --git a/src/include/storage/item.h b/src/include/storage/item.h
index 1e07b8a6d3a..c943fc33f00 100644
--- a/src/include/storage/item.h
+++ b/src/include/storage/item.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: item.h,v 1.1 1996/08/28 01:58:06 scrappy Exp $
+ * $Id: item.h,v 1.2 1996/10/31 09:49:49 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ITEM_H
#define ITEM_H
-#include "c.h"
-
typedef Pointer Item;
#endif /* ITEM_H */
diff --git a/src/include/storage/itempos.h b/src/include/storage/itempos.h
index 63599da8820..317ce0e08c2 100644
--- a/src/include/storage/itempos.h
+++ b/src/include/storage/itempos.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: itempos.h,v 1.1 1996/08/28 01:58:09 scrappy Exp $
+ * $Id: itempos.h,v 1.2 1996/10/31 09:49:50 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ITEMPOS_H
#define ITEMPOS_H
-#include "c.h"
#include "storage/buf.h"
#include "storage/itemid.h"
diff --git a/src/include/storage/large_object.h b/src/include/storage/large_object.h
index dc9d3561c15..d4642d9470a 100644
--- a/src/include/storage/large_object.h
+++ b/src/include/storage/large_object.h
@@ -7,14 +7,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: large_object.h,v 1.1 1996/08/28 01:58:12 scrappy Exp $
+ * $Id: large_object.h,v 1.2 1996/10/31 09:49:54 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LARGE_OBJECT_H
#define LARGE_OBJECT_H
-#include "c.h"
#include "utils/rel.h"
#include "access/relscan.h"
diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h
index 87f7143a0b5..655ed7c93c5 100644
--- a/src/include/storage/lmgr.h
+++ b/src/include/storage/lmgr.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: lmgr.h,v 1.1 1996/08/28 01:58:13 scrappy Exp $
+ * $Id: lmgr.h,v 1.2 1996/10/31 09:49:56 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LMGR_H
#define LMGR_H
-#include "postgres.h"
#include "storage/itemptr.h"
#include "storage/lock.h"
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h
index c71aecd8698..e4af5d07c57 100644
--- a/src/include/storage/lock.h
+++ b/src/include/storage/lock.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: lock.h,v 1.1 1996/08/28 01:58:15 scrappy Exp $
+ * $Id: lock.h,v 1.2 1996/10/31 09:49:57 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LOCK_H_
#define LOCK_H_
-#include "postgres.h"
#include "storage/itemptr.h"
#include "storage/shmem.h"
#include "storage/spin.h"
diff --git a/src/include/storage/off.h b/src/include/storage/off.h
index 76b38e2ca29..759b30278a3 100644
--- a/src/include/storage/off.h
+++ b/src/include/storage/off.h
@@ -6,17 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: off.h,v 1.1 1996/08/28 01:58:18 scrappy Exp $
+ * $Id: off.h,v 1.2 1996/10/31 09:49:58 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef OFF_H
#define OFF_H
-#include "c.h"
-#include "machine.h" /* for BLCKSZ */
-#include "storage/itemid.h"
-
/*
* OffsetNumber:
*
diff --git a/src/include/storage/page.h b/src/include/storage/page.h
index aee623f3697..f2f6c1fcba5 100644
--- a/src/include/storage/page.h
+++ b/src/include/storage/page.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: page.h,v 1.1 1996/08/28 01:58:20 scrappy Exp $
+ * $Id: page.h,v 1.2 1996/10/31 09:49:59 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PAGE_H
#define PAGE_H
-#include "c.h"
-
typedef Pointer Page;
/*
diff --git a/src/include/storage/pagenum.h b/src/include/storage/pagenum.h
index 77145d042ce..bf316304d30 100644
--- a/src/include/storage/pagenum.h
+++ b/src/include/storage/pagenum.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pagenum.h,v 1.1 1996/08/28 01:58:21 scrappy Exp $
+ * $Id: pagenum.h,v 1.2 1996/10/31 09:50:00 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PAGENUM_H
#define PAGENUM_H
-#include "c.h"
#include "storage/page.h"
typedef uint16 PageNumber;
diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h
index e1a04fffd12..b08faa481fd 100644
--- a/src/include/storage/pos.h
+++ b/src/include/storage/pos.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pos.h,v 1.1 1996/08/28 01:58:22 scrappy Exp $
+ * $Id: pos.h,v 1.2 1996/10/31 09:50:04 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef POS_H
#define POS_H
-#include "c.h"
-
/*
* a 'position' used to be <pagenumber, offset> in postgres. this has
* been changed to just <offset> as the notion of having multiple pages
diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h
index 15d5335ae09..3ae78824878 100644
--- a/src/include/storage/sinval.h
+++ b/src/include/storage/sinval.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: sinval.h,v 1.1 1996/08/28 01:58:28 scrappy Exp $
+ * $Id: sinval.h,v 1.2 1996/10/31 09:50:06 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SINVAL_H
#define SINVAL_H
-#include "c.h"
#include "storage/spin.h"
#include "storage/ipc.h"
#include "storage/itemptr.h"
diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h
index c51b355800f..c8137d01a6c 100644
--- a/src/include/storage/sinvaladt.h
+++ b/src/include/storage/sinvaladt.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: sinvaladt.h,v 1.1 1996/08/28 01:58:29 scrappy Exp $
+ * $Id: sinvaladt.h,v 1.2 1996/10/31 09:50:07 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SINVALADT_H
#define SINVALADT_H
-#include "postgres.h" /* XXX */
-
#include "storage/ipc.h"
#include "storage/itemptr.h"
#include "storage/sinval.h"
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h
index d954cedeccc..66ef255fdd5 100644
--- a/src/include/utils/acl.h
+++ b/src/include/utils/acl.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: acl.h,v 1.1 1996/08/28 01:58:40 scrappy Exp $
+ * $Id: acl.h,v 1.2 1996/10/31 09:51:05 scrappy Exp $
*
* NOTES
* For backward-compatability purposes we have to allow there
@@ -22,7 +22,6 @@
#ifndef ACL_H
#define ACL_H
-#include "postgres.h"
#include "utils/array.h"
#include "nodes/parsenodes.h" /* for ChangeACLStmt */
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h
index 9695cd58391..d5a61cfaed2 100644
--- a/src/include/utils/builtins.h
+++ b/src/include/utils/builtins.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: builtins.h,v 1.1 1996/08/28 01:58:45 scrappy Exp $
+ * $Id: builtins.h,v 1.2 1996/10/31 09:51:07 scrappy Exp $
*
* NOTES
* This should normally only be included by fmgr.h.
@@ -18,7 +18,6 @@
#ifndef BUILTINS_H
#define BUILTINS_H
-#include "postgres.h"
#include "storage/itemptr.h"
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h
index 317e3505435..8b2f5f6901e 100644
--- a/src/include/utils/catcache.h
+++ b/src/include/utils/catcache.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: catcache.h,v 1.1 1996/08/28 01:58:46 scrappy Exp $
+ * $Id: catcache.h,v 1.2 1996/10/31 09:51:09 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,6 @@
/* #define CACHEDEBUG turns DEBUG elogs on */
-#include "postgres.h"
#include "access/skey.h"
#include "access/htup.h"
diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h
index 1a0b2566167..009141e9cba 100644
--- a/src/include/utils/datum.h
+++ b/src/include/utils/datum.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: datum.h,v 1.1 1996/08/28 01:58:48 scrappy Exp $
+ * $Id: datum.h,v 1.2 1996/10/31 09:51:11 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef DATUM_H
#define DATUM_H
-#include "postgres.h"
/*--------------------------------------------------------
* SOME NOT VERY PORTABLE ROUTINES ???
diff --git a/src/include/utils/exc.h b/src/include/utils/exc.h
index 8ed17d24092..cbe4b546d0f 100644
--- a/src/include/utils/exc.h
+++ b/src/include/utils/exc.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: exc.h,v 1.1 1996/08/28 01:58:53 scrappy Exp $
+ * $Id: exc.h,v 1.2 1996/10/31 09:51:13 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXC_H
#define EXC_H
-#include "c.h" /* for Exception, etc. */
#include <setjmp.h>
extern char *ExcFileName;
diff --git a/src/include/utils/excid.h b/src/include/utils/excid.h
index 50431e3fbf8..9d2f69d137b 100644
--- a/src/include/utils/excid.h
+++ b/src/include/utils/excid.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: excid.h,v 1.1 1996/08/28 01:58:55 scrappy Exp $
+ * $Id: excid.h,v 1.2 1996/10/31 09:51:15 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXCID_H
#define EXCID_H
-#include "c.h"
#include "utils/exc.h" /* for Exception */
extern Exception FailedAssertion;
diff --git a/src/include/utils/fmgrtab.h b/src/include/utils/fmgrtab.h
index 8fe5547b547..b710fc35892 100644
--- a/src/include/utils/fmgrtab.h
+++ b/src/include/utils/fmgrtab.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: fmgrtab.h,v 1.1 1996/08/28 01:58:59 scrappy Exp $
+ * $Id: fmgrtab.h,v 1.2 1996/10/31 09:51:17 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef FMGRTAB_H
#define FMGRTAB_H
-#include "postgres.h" /* for ObjectId */
#include "fmgr.h" /* genearated by Gen_fmgrtab.sh */
typedef struct {
diff --git a/src/include/utils/geo-decls.h b/src/include/utils/geo-decls.h
index b4292c38f94..5cf26925b69 100644
--- a/src/include/utils/geo-decls.h
+++ b/src/include/utils/geo-decls.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: geo-decls.h,v 1.1 1996/08/28 01:59:03 scrappy Exp $
+ * $Id: geo-decls.h,v 1.2 1996/10/31 09:51:18 scrappy Exp $
*
* NOTE
* These routines do *not* use the float types from adt/.
@@ -25,7 +25,6 @@
*-------------------------------------------------------------------*/
#include <math.h>
-#include "c.h"
#define EPSILON 1.0E-06
diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h
index 0818d1ba793..bdf221bc2d7 100644
--- a/src/include/utils/hsearch.h
+++ b/src/include/utils/hsearch.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: hsearch.h,v 1.1 1996/08/28 01:59:04 scrappy Exp $
+ * $Id: hsearch.h,v 1.2 1996/10/31 09:51:20 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HSEARCH_H
#define HSEARCH_H
-#include "postgres.h"
/*
* Constants
diff --git a/src/include/utils/inval.h b/src/include/utils/inval.h
index 7b5418e14ac..ac74012a75c 100644
--- a/src/include/utils/inval.h
+++ b/src/include/utils/inval.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: inval.h,v 1.1 1996/08/28 01:59:05 scrappy Exp $
+ * $Id: inval.h,v 1.2 1996/10/31 09:51:21 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef INVAL_H
#define INVAL_H
-#include "postgres.h"
#include "access/htup.h"
#include "utils/rel.h"
diff --git a/src/include/utils/lselect.h b/src/include/utils/lselect.h
index d130f3dd2a2..126a50cb050 100644
--- a/src/include/utils/lselect.h
+++ b/src/include/utils/lselect.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: lselect.h,v 1.1 1996/08/28 01:59:07 scrappy Exp $
+ * $Id: lselect.h,v 1.2 1996/10/31 09:51:23 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LSELECT_H
#define LSELECT_H
-#include "c.h"
#include "access/htup.h"
struct leftist {
diff --git a/src/include/utils/mcxt.h b/src/include/utils/mcxt.h
index ca047cd4c42..1678c8d21fe 100644
--- a/src/include/utils/mcxt.h
+++ b/src/include/utils/mcxt.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: mcxt.h,v 1.1 1996/08/28 01:59:09 scrappy Exp $
+ * $Id: mcxt.h,v 1.2 1996/10/31 09:51:24 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef MCXT_H
#define MCXT_H
-#include "c.h"
#include "nodes/memnodes.h"
#include "nodes/nodes.h"
diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h
index 5582bd6b689..bcac77fb1bc 100644
--- a/src/include/utils/memutils.h
+++ b/src/include/utils/memutils.h
@@ -15,7 +15,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: memutils.h,v 1.1 1996/08/28 01:59:10 scrappy Exp $
+ * $Id: memutils.h,v 1.2 1996/10/31 09:51:27 scrappy Exp $
*
* NOTES
* some of the information in this file will be moved to
@@ -26,7 +26,6 @@
#ifndef MEMUTILS_H
#define MEMUTILS_H
-#include "c.h"
#if 0
/*****************************************************************************
@@ -97,7 +96,7 @@ s...)
* XXX functional interface should not change.
*
* Identification:
- * $Header: /cvsroot/pgsql/src/include/utils/memutils.h,v 1.1 1996/08/28 01:59:10 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/include/utils/memutils.h,v 1.2 1996/10/31 09:51:27 scrappy Exp $
*/
typedef struct OrderedElemData OrderedElemData;
diff --git a/src/include/utils/palloc.h b/src/include/utils/palloc.h
index d3953e941a3..03767ce8a8e 100644
--- a/src/include/utils/palloc.h
+++ b/src/include/utils/palloc.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: palloc.h,v 1.1 1996/08/28 01:59:16 scrappy Exp $
+ * $Id: palloc.h,v 1.2 1996/10/31 09:51:28 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PALLOC_H
#define PALLOC_H
-#include "c.h"
-
extern void* palloc(Size size);
extern void pfree(void *pointer);
extern void *repalloc(void *pointer, Size size);
diff --git a/src/include/utils/portal.h b/src/include/utils/portal.h
index 4eb1ece56d7..6fc281fb01d 100644
--- a/src/include/utils/portal.h
+++ b/src/include/utils/portal.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: portal.h,v 1.1 1996/08/28 01:59:18 scrappy Exp $
+ * $Id: portal.h,v 1.2 1996/10/31 09:51:29 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -25,7 +25,6 @@
#ifndef PORTAL_H
#define PORTAL_H
-#include "c.h"
#include "nodes/execnodes.h" /* for EState */
#include "nodes/memnodes.h"
diff --git a/src/include/utils/relcache.h b/src/include/utils/relcache.h
index 3ad124d7f64..b23269861be 100644
--- a/src/include/utils/relcache.h
+++ b/src/include/utils/relcache.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: relcache.h,v 1.1 1996/08/28 01:59:24 scrappy Exp $
+ * $Id: relcache.h,v 1.2 1996/10/31 09:51:30 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,6 @@
#include <sys/types.h>
-#include "postgres.h"
#include "utils/rel.h"
/*