#include "postgres.h"
	#include "c.h"
This commit is contained in:
Marc G. Fournier 1996-10-31 09:51:30 +00:00
parent 3341750769
commit 99412aef23
86 changed files with 87 additions and 185 deletions

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef ATTNUM_H
#define ATTNUM_H #define ATTNUM_H
#include "postgres.h"
/* /*
* user defined attribute numbers start at 1. -ay 2/95 * user defined attribute numbers start at 1. -ay 2/95

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef GENAM_H
#define GENAM_H #define GENAM_H
#include "postgres.h"
#include "access/attnum.h" #include "access/attnum.h"
#include "access/htup.h" #include "access/htup.h"

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 <sys/types.h>
#include "postgres.h"
#include "access/attnum.h" #include "access/attnum.h"
#include "access/htup.h" #include "access/htup.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef HIO_H
#define HIO_H #define HIO_H
#include "c.h"
#include "storage/block.h" #include "storage/block.h"
#include "access/htup.h" #include "access/htup.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef IQUAL_H
#define IQUAL_H #define IQUAL_H
#include "c.h"
#include "storage/itemid.h" #include "storage/itemid.h"
#include "utils/rel.h" #include "utils/rel.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef ISTRAT_H
#define ISTRAT_H #define ISTRAT_H
#include "postgres.h"
#include "access/attnum.h" #include "access/attnum.h"
#include "access/skey.h" #include "access/skey.h"
#include "access/strat.h" #include "access/strat.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef SDIR_H
#define SDIR_H #define SDIR_H
#include "c.h"
/* /*
* ScanDirection was an int8 for no apparent reason. I kept the original * ScanDirection was an int8 for no apparent reason. I kept the original

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef VALID_H
#define VALID_H #define VALID_H
#include "c.h"
#include "access/skey.h" #include "access/skey.h"
#include "storage/buf.h" #include "storage/buf.h"
#include "utils/tqual.h" #include "utils/tqual.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef CATNAME_H
#define CATNAME_H #define CATNAME_H
#include "postgres.h"
#define AggregateRelationName "pg_aggregate" #define AggregateRelationName "pg_aggregate"

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------------------------------------------------------- /* ----------------------------------------------------------------
* pg_aggregate definition. * pg_aggregate definition.

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_am definition. cpp turns this into * pg_am definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
#include "access/istrat.h" #include "access/istrat.h"
/* ---------------- /* ----------------

View File

@ -9,7 +9,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_amproc definition. cpp turns this into * pg_amproc definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
#include "access/attnum.h" #include "access/attnum.h"
/* ---------------- /* ----------------

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* ``pg_relation'' is being replaced by ``pg_class''. currently * ``pg_relation'' is being replaced by ``pg_class''. currently
@ -29,7 +29,6 @@
* can be read by both genbki.sh and the C compiler. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
#include "utils/nabstime.h" #include "utils/nabstime.h"
/* ---------------- /* ----------------

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_database definition. cpp turns this into * pg_database definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_defaults definition. cpp turns this into * pg_defaults definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_demon definition. cpp turns this into * pg_demon definition. cpp turns this into

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
CATALOG(pg_group) BOOTSTRAP { CATALOG(pg_group) BOOTSTRAP {
NameData groname; NameData groname;

View File

@ -10,7 +10,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
CATALOG(pg_hosts) BOOTSTRAP { CATALOG(pg_hosts) BOOTSTRAP {
NameData dbName; NameData dbName;

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_index definition. cpp turns this into * pg_index definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_inheritproc definition. cpp turns this into * pg_inheritproc definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_inherits definition. cpp turns this into * pg_inherits definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_ipl definition. cpp turns this into * pg_ipl definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_language definition. cpp turns this into * pg_language definition. cpp turns this into

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------------------------------------------------------- /* ----------------------------------------------------------------
* pg_listener definition. * pg_listener definition.

View File

@ -9,7 +9,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* The structures and macros used by the transam/ code * The structures and macros used by the transam/ code
@ -26,7 +26,6 @@
* can be read by both genbki.sh and the C compiler. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
CATALOG(pg_log) BOOTSTRAP { CATALOG(pg_log) BOOTSTRAP {
Oid logfoo; Oid logfoo;

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_magic definition. cpp turns this into * pg_magic definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_opclass definition. cpp turns this into * pg_opclass definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_operator definition. cpp turns this into * pg_operator definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_parg definition. cpp turns this into * pg_parg definition. cpp turns this into

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* The script catalog/genbki.sh reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
#include "nodes/pg_list.h" #include "nodes/pg_list.h"
#include "tcop/dest.h" #include "tcop/dest.h"

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_rewrite definition. cpp turns this into * pg_rewrite definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_server definition. cpp turns this into * pg_server definition. cpp turns this into

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_statistic definition. cpp turns this into * pg_statistic definition. cpp turns this into

View File

@ -9,7 +9,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* The structures and macros used by the transam/ code * The structures and macros used by the transam/ code
@ -26,7 +26,6 @@
* can be read by both genbki.sh and the C compiler. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
CATALOG(pg_time) BOOTSTRAP { CATALOG(pg_time) BOOTSTRAP {
Oid timefoo; Oid timefoo;

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
/* ---------------- /* ----------------
* pg_user definition. cpp turns this into * pg_user definition. cpp turns this into

View File

@ -9,7 +9,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* The structures and macros used by the transam/ code * The structures and macros used by the transam/ code
@ -26,7 +26,6 @@
* can be read by both genbki.sh and the C compiler. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
CATALOG(pg_variable) BOOTSTRAP { CATALOG(pg_variable) BOOTSTRAP {
Oid varfoo; Oid varfoo;

View File

@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * 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. * can be read by both genbki.sh and the C compiler.
* ---------------- * ----------------
*/ */
#include "postgres.h"
#include "utils/nabstime.h" #include "utils/nabstime.h"
/* ---------------- /* ----------------

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef COPY_H
#define COPY_H #define COPY_H
#include "postgres.h"
void DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe, char *filename, void DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe, char *filename,
char *delim); char *delim);

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef DEFREM_H
#define DEFREM_H #define DEFREM_H
#include "postgres.h"
#include "nodes/pg_list.h" #include "nodes/pg_list.h"
#include "nodes/primnodes.h" #include "nodes/primnodes.h"
#include "nodes/parsenodes.h" #include "nodes/parsenodes.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef VERSION_H
#define VERSION_H #define VERSION_H
#include "postgres.h"
#include "nodes/pg_list.h" #include "nodes/pg_list.h"
extern void DefineVersion(char *name, char *fromRelname, char *date); extern void DefineVersion(char *name, char *fromRelname, char *date);

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 <stdio.h>
#include <string.h> #include <string.h>
#include "postgres.h"
#include "nodes/pg_list.h" #include "nodes/pg_list.h"
/* ---------------- /* ----------------

View File

@ -26,7 +26,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef DLLIST_H
#define DLLIST_H #define DLLIST_H
#include "c.h"
struct Dllist; struct Dllist;
struct Dlelem; struct Dlelem;

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef FSTACK_H
#define FSTACK_H #define FSTACK_H
#include "c.h"
/* /*
* FixedItem -- * FixedItem --

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef STRINGINFO_H
#define STRINGINFO_H #define STRINGINFO_H
/*#include "c.h" */ /* for 'String' */
/*------------------------- /*-------------------------
* StringInfoData holds information about a string. * StringInfoData holds information about a string.

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef AUTH_H
#define AUTH_H #define AUTH_H
#include "c.h"
#include "libpq/pqcomm.h" #include "libpq/pqcomm.h"
/*---------------------------------------------------------------- /*----------------------------------------------------------------

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* Some of this should move to libpq.h * Some of this should move to libpq.h
@ -25,7 +25,6 @@
#include <netinet/in.h> #include <netinet/in.h>
#endif /* WIN32 */ #endif /* WIN32 */
#include "postgres.h"
/* /*
* startup msg parameters: path length, argument string length * startup msg parameters: path length, argument string length

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* This shouldn't be in libpq, but the monitor and some other * This shouldn't be in libpq, but the monitor and some other
@ -19,7 +19,6 @@
#include <signal.h> #include <signal.h>
#include "c.h"
typedef void (*pqsigfunc)(int); typedef void (*pqsigfunc)(int);

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef NODES_H
#define NODES_H #define NODES_H
#include "c.h"
/* /*
* The first field of every node is NodeTag. Each node created (with makeNode) * The first field of every node is NodeTag. Each node created (with makeNode)

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef PARAMS_H
#define PARAMS_H #define PARAMS_H
#include "postgres.h"
#include "access/attnum.h" #include "access/attnum.h"
/* ---------------------------------------------------------------- /* ----------------------------------------------------------------

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef PLANNODES_H
#define PLANNODES_H #define PLANNODES_H
#include "postgres.h"
#include "nodes/nodes.h" #include "nodes/nodes.h"
#include "nodes/pg_list.h" #include "nodes/pg_list.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef RELATION_H
#define RELATION_H #define RELATION_H
#include "c.h"
#include "nodes/pg_list.h" #include "nodes/pg_list.h"
#include "nodes/primnodes.h" #include "nodes/primnodes.h"
#include "nodes/parsenodes.h" #include "nodes/parsenodes.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef PLANCAT_H
#define PLANCAT_H #define PLANCAT_H
#include "c.h"
/* /*
* transient data structure to hold return value of index_info. Note that * transient data structure to hold return value of index_info. Note that

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #define CATALOG_UTILS_H
#include "postgres.h"
#include "access/htup.h" #include "access/htup.h"
#include "utils/rel.h" #include "utils/rel.h"

View File

@ -6,15 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef BLOCK_H
#define BLOCK_H #define BLOCK_H
#include "c.h"
/* /*
* BlockNumber: * BlockNumber:
* *

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTE
* If BUFFERPAGE0 is defined, then 0 will be used as a * If BUFFERPAGE0 is defined, then 0 will be used as a
@ -17,7 +17,6 @@
#ifndef BUFMGR_INTERNALS_H #ifndef BUFMGR_INTERNALS_H
#define BUFMGR_INTERNALS_H #define BUFMGR_INTERNALS_H
#include "postgres.h"
#include "storage/buf.h" #include "storage/buf.h"
#include "storage/ipc.h" #include "storage/ipc.h"
#include "storage/shmem.h" #include "storage/shmem.h"

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 /* SEEK_SET */
#endif /* WIN32 */ #endif /* WIN32 */
#include "c.h"
#include "storage/block.h" #include "storage/block.h"
typedef char *FileName; typedef char *FileName;

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* This file is very architecture-specific. This stuff should actually * This file is very architecture-specific. This stuff should actually
@ -21,10 +21,6 @@
#define _IPC_ #define _IPC_
#endif #endif
#include <sys/types.h>
#include "postgres.h"
/* /*
* Many architectures have support for user-level spinlocks (i.e., an * Many architectures have support for user-level spinlocks (i.e., an
* atomic test-and-set instruction). However, we have only written * atomic test-and-set instruction). However, we have only written

View File

@ -6,15 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef ITEM_H
#define ITEM_H #define ITEM_H
#include "c.h"
typedef Pointer Item; typedef Pointer Item;
#endif /* ITEM_H */ #endif /* ITEM_H */

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef ITEMPOS_H
#define ITEMPOS_H #define ITEMPOS_H
#include "c.h"
#include "storage/buf.h" #include "storage/buf.h"
#include "storage/itemid.h" #include "storage/itemid.h"

View File

@ -7,14 +7,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef LARGE_OBJECT_H
#define LARGE_OBJECT_H #define LARGE_OBJECT_H
#include "c.h"
#include "utils/rel.h" #include "utils/rel.h"
#include "access/relscan.h" #include "access/relscan.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef LMGR_H
#define LMGR_H #define LMGR_H
#include "postgres.h"
#include "storage/itemptr.h" #include "storage/itemptr.h"
#include "storage/lock.h" #include "storage/lock.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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_ #ifndef LOCK_H_
#define LOCK_H_ #define LOCK_H_
#include "postgres.h"
#include "storage/itemptr.h" #include "storage/itemptr.h"
#include "storage/shmem.h" #include "storage/shmem.h"
#include "storage/spin.h" #include "storage/spin.h"

View File

@ -6,17 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef OFF_H
#define OFF_H #define OFF_H
#include "c.h"
#include "machine.h" /* for BLCKSZ */
#include "storage/itemid.h"
/* /*
* OffsetNumber: * OffsetNumber:
* *

View File

@ -6,15 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef PAGE_H
#define PAGE_H #define PAGE_H
#include "c.h"
typedef Pointer Page; typedef Pointer Page;
/* /*

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef PAGENUM_H
#define PAGENUM_H #define PAGENUM_H
#include "c.h"
#include "storage/page.h" #include "storage/page.h"
typedef uint16 PageNumber; typedef uint16 PageNumber;

View File

@ -6,15 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef POS_H
#define POS_H #define POS_H
#include "c.h"
/* /*
* a 'position' used to be <pagenumber, offset> in postgres. this has * a 'position' used to be <pagenumber, offset> in postgres. this has
* been changed to just <offset> as the notion of having multiple pages * been changed to just <offset> as the notion of having multiple pages

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef SINVAL_H
#define SINVAL_H #define SINVAL_H
#include "c.h"
#include "storage/spin.h" #include "storage/spin.h"
#include "storage/ipc.h" #include "storage/ipc.h"
#include "storage/itemptr.h" #include "storage/itemptr.h"

View File

@ -6,15 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef SINVALADT_H
#define SINVALADT_H #define SINVALADT_H
#include "postgres.h" /* XXX */
#include "storage/ipc.h" #include "storage/ipc.h"
#include "storage/itemptr.h" #include "storage/itemptr.h"
#include "storage/sinval.h" #include "storage/sinval.h"

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* For backward-compatability purposes we have to allow there * For backward-compatability purposes we have to allow there
@ -22,7 +22,6 @@
#ifndef ACL_H #ifndef ACL_H
#define ACL_H #define ACL_H
#include "postgres.h"
#include "utils/array.h" #include "utils/array.h"
#include "nodes/parsenodes.h" /* for ChangeACLStmt */ #include "nodes/parsenodes.h" /* for ChangeACLStmt */

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* This should normally only be included by fmgr.h. * This should normally only be included by fmgr.h.
@ -18,7 +18,6 @@
#ifndef BUILTINS_H #ifndef BUILTINS_H
#define BUILTINS_H #define BUILTINS_H
#include "postgres.h"
#include "storage/itemptr.h" #include "storage/itemptr.h"

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 */ /* #define CACHEDEBUG turns DEBUG elogs on */
#include "postgres.h"
#include "access/skey.h" #include "access/skey.h"
#include "access/htup.h" #include "access/htup.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef DATUM_H
#define DATUM_H #define DATUM_H
#include "postgres.h"
/*-------------------------------------------------------- /*--------------------------------------------------------
* SOME NOT VERY PORTABLE ROUTINES ??? * SOME NOT VERY PORTABLE ROUTINES ???

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef EXC_H
#define EXC_H #define EXC_H
#include "c.h" /* for Exception, etc. */
#include <setjmp.h> #include <setjmp.h>
extern char *ExcFileName; extern char *ExcFileName;

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef EXCID_H
#define EXCID_H #define EXCID_H
#include "c.h"
#include "utils/exc.h" /* for Exception */ #include "utils/exc.h" /* for Exception */
extern Exception FailedAssertion; extern Exception FailedAssertion;

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef FMGRTAB_H
#define FMGRTAB_H #define FMGRTAB_H
#include "postgres.h" /* for ObjectId */
#include "fmgr.h" /* genearated by Gen_fmgrtab.sh */ #include "fmgr.h" /* genearated by Gen_fmgrtab.sh */
typedef struct { typedef struct {

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTE
* These routines do *not* use the float types from adt/. * These routines do *not* use the float types from adt/.
@ -25,7 +25,6 @@
*-------------------------------------------------------------------*/ *-------------------------------------------------------------------*/
#include <math.h> #include <math.h>
#include "c.h"
#define EPSILON 1.0E-06 #define EPSILON 1.0E-06

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef HSEARCH_H
#define HSEARCH_H #define HSEARCH_H
#include "postgres.h"
/* /*
* Constants * Constants

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef INVAL_H
#define INVAL_H #define INVAL_H
#include "postgres.h"
#include "access/htup.h" #include "access/htup.h"
#include "utils/rel.h" #include "utils/rel.h"

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef LSELECT_H
#define LSELECT_H #define LSELECT_H
#include "c.h"
#include "access/htup.h" #include "access/htup.h"
struct leftist { struct leftist {

View File

@ -6,14 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef MCXT_H
#define MCXT_H #define MCXT_H
#include "c.h"
#include "nodes/memnodes.h" #include "nodes/memnodes.h"
#include "nodes/nodes.h" #include "nodes/nodes.h"

View File

@ -15,7 +15,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* some of the information in this file will be moved to * some of the information in this file will be moved to
@ -26,7 +26,6 @@
#ifndef MEMUTILS_H #ifndef MEMUTILS_H
#define MEMUTILS_H #define MEMUTILS_H
#include "c.h"
#if 0 #if 0
/***************************************************************************** /*****************************************************************************
@ -97,7 +96,7 @@ s...)
* XXX functional interface should not change. * XXX functional interface should not change.
* *
* Identification: * 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; typedef struct OrderedElemData OrderedElemData;

View File

@ -6,15 +6,13 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef PALLOC_H
#define PALLOC_H #define PALLOC_H
#include "c.h"
extern void* palloc(Size size); extern void* palloc(Size size);
extern void pfree(void *pointer); extern void pfree(void *pointer);
extern void *repalloc(void *pointer, Size size); extern void *repalloc(void *pointer, Size size);

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 #ifndef PORTAL_H
#define PORTAL_H #define PORTAL_H
#include "c.h"
#include "nodes/execnodes.h" /* for EState */ #include "nodes/execnodes.h" /* for EState */
#include "nodes/memnodes.h" #include "nodes/memnodes.h"

View File

@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 <sys/types.h>
#include "postgres.h"
#include "utils/rel.h" #include "utils/rel.h"
/* /*