From 99412aef2326b5610a64a2fd2611bc0fb003296e Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 31 Oct 1996 09:51:30 +0000 Subject: [PATCH] remove: #include "postgres.h" #include "c.h" --- src/include/access/attnum.h | 3 +-- src/include/access/genam.h | 3 +-- src/include/access/heapam.h | 3 +-- src/include/access/hio.h | 3 +-- src/include/access/iqual.h | 3 +-- src/include/access/istrat.h | 3 +-- src/include/access/sdir.h | 3 +-- src/include/access/valid.h | 3 +-- src/include/catalog/catname.h | 3 +-- src/include/catalog/pg_aggregate.h | 3 +-- src/include/catalog/pg_am.h | 3 +-- src/include/catalog/pg_amop.h | 3 +-- src/include/catalog/pg_amproc.h | 3 +-- src/include/catalog/pg_attribute.h | 3 +-- src/include/catalog/pg_class.h | 3 +-- src/include/catalog/pg_database.h | 3 +-- src/include/catalog/pg_defaults.h | 3 +-- src/include/catalog/pg_demon.h | 3 +-- src/include/catalog/pg_group.h | 3 +-- src/include/catalog/pg_hosts.h | 3 +-- src/include/catalog/pg_index.h | 3 +-- src/include/catalog/pg_inheritproc.h | 3 +-- src/include/catalog/pg_inherits.h | 3 +-- src/include/catalog/pg_ipl.h | 3 +-- src/include/catalog/pg_language.h | 3 +-- src/include/catalog/pg_listener.h | 3 +-- src/include/catalog/pg_log.h | 3 +-- src/include/catalog/pg_magic.h | 3 +-- src/include/catalog/pg_opclass.h | 3 +-- src/include/catalog/pg_operator.h | 3 +-- src/include/catalog/pg_parg.h | 3 +-- src/include/catalog/pg_proc.h | 3 +-- src/include/catalog/pg_rewrite.h | 3 +-- src/include/catalog/pg_server.h | 3 +-- src/include/catalog/pg_statistic.h | 3 +-- src/include/catalog/pg_time.h | 3 +-- src/include/catalog/pg_user.h | 3 +-- src/include/catalog/pg_variable.h | 3 +-- src/include/catalog/pg_version.h | 3 +-- src/include/commands/copy.h | 3 +-- src/include/commands/defrem.h | 3 +-- src/include/commands/version.h | 3 +-- src/include/executor/executor.h | 3 +-- src/include/lib/dllist.h | 3 +-- src/include/lib/fstack.h | 3 +-- src/include/lib/stringinfo.h | 3 +-- src/include/libpq/auth.h | 3 +-- src/include/libpq/pqcomm.h | 3 +-- src/include/libpq/pqsignal.h | 3 +-- src/include/nodes/nodes.h | 3 +-- src/include/nodes/params.h | 3 +-- src/include/nodes/plannodes.h | 3 +-- src/include/nodes/relation.h | 3 +-- src/include/optimizer/plancat.h | 3 +-- src/include/parser/catalog_utils.h | 3 +-- src/include/storage/block.h | 4 +--- src/include/storage/buf_internals.h | 3 +-- src/include/storage/fd.h | 3 +-- src/include/storage/ipc.h | 6 +----- src/include/storage/item.h | 4 +--- src/include/storage/itempos.h | 3 +-- src/include/storage/large_object.h | 3 +-- src/include/storage/lmgr.h | 3 +-- src/include/storage/lock.h | 3 +-- src/include/storage/off.h | 6 +----- src/include/storage/page.h | 4 +--- src/include/storage/pagenum.h | 3 +-- src/include/storage/pos.h | 4 +--- src/include/storage/sinval.h | 3 +-- src/include/storage/sinvaladt.h | 4 +--- src/include/utils/acl.h | 3 +-- src/include/utils/builtins.h | 3 +-- src/include/utils/catcache.h | 3 +-- src/include/utils/datum.h | 3 +-- src/include/utils/exc.h | 3 +-- src/include/utils/excid.h | 3 +-- src/include/utils/fmgrtab.h | 3 +-- src/include/utils/geo-decls.h | 3 +-- src/include/utils/hsearch.h | 3 +-- src/include/utils/inval.h | 3 +-- src/include/utils/lselect.h | 3 +-- src/include/utils/mcxt.h | 3 +-- src/include/utils/memutils.h | 5 ++--- src/include/utils/palloc.h | 4 +--- src/include/utils/portal.h | 3 +-- src/include/utils/relcache.h | 3 +-- 86 files changed, 87 insertions(+), 185 deletions(-) diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index e0c1c1f203..b4111e1667 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 3566260602..b23533cbe3 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 342dbab2a2..802064cff0 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 -#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 06f01ae53b..bc4158224d 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 6a49585130..f8e4648cce 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 120b487e82..0133333c9f 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 8def3015c3..9d60e2dd3d 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 5088c7f8db..865daaece7 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 2c4fd6d31e..26a740db08 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 8b52114c4a..fd3a3200b8 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 bfa9a012ce..aca3de4f80 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 fd3d052daf..6e52f4437d 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 e00d35c8a9..600d53c4ef 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 a6796dd2fa..76605d3bc9 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 eb4ba992d6..d46357b7b6 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 92f84b8edc..057d40b19f 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 1a85c730e8..554c4457a3 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 62dace1ca7..a0511ee362 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 b392cd25c1..b54a960b06 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 ddd8f42175..f192310f2c 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 7141dabd75..1ae6c6158c 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 39b89d113e..5357c7ebfa 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 b303801920..66c6f93391 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 a9c9878723..7242c8fc67 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 7e5b15d3b2..35e53d7dc1 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 77e5885bd0..64749d3e33 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 9d9659987b..7aa4240762 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 7cb8948945..83f53d73d1 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 5a88163b10..ca761c47b2 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 de9f68b2bf..8e8ea96c81 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 cb6f9253f1..7f1fec72f3 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 51c50b0000..034fd26143 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 3d0c4260ec..04c5925596 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 1306ce070a..87d917903a 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 65ca1d009b..cc76e5d893 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 59729a2d96..5b35d73f25 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 468d91e527..15f26ba4db 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 db1b393bf9..d7b753357b 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 8b0df91dee..154f931423 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 9821b3147c..1a1228b142 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 85dd37c6d5..7b52bbde28 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 b4c76b100c..da7f2c44e1 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 e6875c1cd2..c849a06616 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 #include -#include "postgres.h" #include "nodes/pg_list.h" /* ---------------- diff --git a/src/include/lib/dllist.h b/src/include/lib/dllist.h index 7d97ba3288..4cc56c9874 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 8f758b48c8..de2868142a 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 524a11414a..39863fcbca 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 9042053b20..d67d335643 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 cba61f06af..41d4ee9ac2 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 #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 bb07cf557c..dc48786bb4 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 -#include "c.h" typedef void (*pqsigfunc)(int); diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index d22b2ee0c9..6c6d48ae8c 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 023d15bd41..4440ccc1dd 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 cdbd5de127..b431a45b79 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 2961e1f7d9..037d722c1a 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 3279985b16..36604e7896 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 e8d56cca4b..8fed6eb8b8 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 0098ca4529..993d7f8257 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 b5fce3993d..c01d6df82a 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 f065278e76..37381c746a 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 e5baf1c2db..ea7d9a73b4 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 - -#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 1e07b8a6d3..c943fc33f0 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 63599da882..317ce0e08c 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 dc9d3561c1..d4642d9470 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 87f7143a0b..655ed7c93c 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 c71aecd869..e4af5d07c5 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 76b38e2ca2..759b30278a 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 aee623f369..f2f6c1fcba 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 77145d042c..bf316304d3 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 e1a04fffd1..b08faa481f 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 in postgres. this has * been changed to just as the notion of having multiple pages diff --git a/src/include/storage/sinval.h b/src/include/storage/sinval.h index 15d5335ae0..3ae7882487 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 c51b355800..c8137d01a6 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 d954cedecc..66ef255fdd 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 9695cd5839..d5a61cfaed 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 317e350543..8b2f5f6901 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 1a0b256616..009141e9cb 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 8ed17d2409..cbe4b546d0 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 extern char *ExcFileName; diff --git a/src/include/utils/excid.h b/src/include/utils/excid.h index 50431e3fbf..9d2f69d137 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 8fe5547b54..b710fc3589 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 b4292c38f9..5cf26925b6 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 -#include "c.h" #define EPSILON 1.0E-06 diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h index 0818d1ba79..bdf221bc2d 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 7b5418e14a..ac74012a75 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 d130f3dd2a..126a50cb05 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 ca047cd4c4..1678c8d21f 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 5582bd6b68..bcac77fb1b 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 d3953e941a..03767ce8a8 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 4eb1ece56d..6fc281fb01 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 3ad124d7f6..b23269861b 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 -#include "postgres.h" #include "utils/rel.h" /*