Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
99412aef
Commit
99412aef
authored
Oct 31, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove:
#include "postgres.h" #include "c.h"
parent
33417507
Changes
86
Hide whitespace changes
Inline
Side-by-side
Showing
86 changed files
with
87 additions
and
185 deletions
+87
-185
src/include/access/attnum.h
src/include/access/attnum.h
+1
-2
src/include/access/genam.h
src/include/access/genam.h
+1
-2
src/include/access/heapam.h
src/include/access/heapam.h
+1
-2
src/include/access/hio.h
src/include/access/hio.h
+1
-2
src/include/access/iqual.h
src/include/access/iqual.h
+1
-2
src/include/access/istrat.h
src/include/access/istrat.h
+1
-2
src/include/access/sdir.h
src/include/access/sdir.h
+1
-2
src/include/access/valid.h
src/include/access/valid.h
+1
-2
src/include/catalog/catname.h
src/include/catalog/catname.h
+1
-2
src/include/catalog/pg_aggregate.h
src/include/catalog/pg_aggregate.h
+1
-2
src/include/catalog/pg_am.h
src/include/catalog/pg_am.h
+1
-2
src/include/catalog/pg_amop.h
src/include/catalog/pg_amop.h
+1
-2
src/include/catalog/pg_amproc.h
src/include/catalog/pg_amproc.h
+1
-2
src/include/catalog/pg_attribute.h
src/include/catalog/pg_attribute.h
+1
-2
src/include/catalog/pg_class.h
src/include/catalog/pg_class.h
+1
-2
src/include/catalog/pg_database.h
src/include/catalog/pg_database.h
+1
-2
src/include/catalog/pg_defaults.h
src/include/catalog/pg_defaults.h
+1
-2
src/include/catalog/pg_demon.h
src/include/catalog/pg_demon.h
+1
-2
src/include/catalog/pg_group.h
src/include/catalog/pg_group.h
+1
-2
src/include/catalog/pg_hosts.h
src/include/catalog/pg_hosts.h
+1
-2
src/include/catalog/pg_index.h
src/include/catalog/pg_index.h
+1
-2
src/include/catalog/pg_inheritproc.h
src/include/catalog/pg_inheritproc.h
+1
-2
src/include/catalog/pg_inherits.h
src/include/catalog/pg_inherits.h
+1
-2
src/include/catalog/pg_ipl.h
src/include/catalog/pg_ipl.h
+1
-2
src/include/catalog/pg_language.h
src/include/catalog/pg_language.h
+1
-2
src/include/catalog/pg_listener.h
src/include/catalog/pg_listener.h
+1
-2
src/include/catalog/pg_log.h
src/include/catalog/pg_log.h
+1
-2
src/include/catalog/pg_magic.h
src/include/catalog/pg_magic.h
+1
-2
src/include/catalog/pg_opclass.h
src/include/catalog/pg_opclass.h
+1
-2
src/include/catalog/pg_operator.h
src/include/catalog/pg_operator.h
+1
-2
src/include/catalog/pg_parg.h
src/include/catalog/pg_parg.h
+1
-2
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+1
-2
src/include/catalog/pg_rewrite.h
src/include/catalog/pg_rewrite.h
+1
-2
src/include/catalog/pg_server.h
src/include/catalog/pg_server.h
+1
-2
src/include/catalog/pg_statistic.h
src/include/catalog/pg_statistic.h
+1
-2
src/include/catalog/pg_time.h
src/include/catalog/pg_time.h
+1
-2
src/include/catalog/pg_user.h
src/include/catalog/pg_user.h
+1
-2
src/include/catalog/pg_variable.h
src/include/catalog/pg_variable.h
+1
-2
src/include/catalog/pg_version.h
src/include/catalog/pg_version.h
+1
-2
src/include/commands/copy.h
src/include/commands/copy.h
+1
-2
src/include/commands/defrem.h
src/include/commands/defrem.h
+1
-2
src/include/commands/version.h
src/include/commands/version.h
+1
-2
src/include/executor/executor.h
src/include/executor/executor.h
+1
-2
src/include/lib/dllist.h
src/include/lib/dllist.h
+1
-2
src/include/lib/fstack.h
src/include/lib/fstack.h
+1
-2
src/include/lib/stringinfo.h
src/include/lib/stringinfo.h
+1
-2
src/include/libpq/auth.h
src/include/libpq/auth.h
+1
-2
src/include/libpq/pqcomm.h
src/include/libpq/pqcomm.h
+1
-2
src/include/libpq/pqsignal.h
src/include/libpq/pqsignal.h
+1
-2
src/include/nodes/nodes.h
src/include/nodes/nodes.h
+1
-2
src/include/nodes/params.h
src/include/nodes/params.h
+1
-2
src/include/nodes/plannodes.h
src/include/nodes/plannodes.h
+1
-2
src/include/nodes/relation.h
src/include/nodes/relation.h
+1
-2
src/include/optimizer/plancat.h
src/include/optimizer/plancat.h
+1
-2
src/include/parser/catalog_utils.h
src/include/parser/catalog_utils.h
+1
-2
src/include/storage/block.h
src/include/storage/block.h
+1
-3
src/include/storage/buf_internals.h
src/include/storage/buf_internals.h
+1
-2
src/include/storage/fd.h
src/include/storage/fd.h
+1
-2
src/include/storage/ipc.h
src/include/storage/ipc.h
+1
-5
src/include/storage/item.h
src/include/storage/item.h
+1
-3
src/include/storage/itempos.h
src/include/storage/itempos.h
+1
-2
src/include/storage/large_object.h
src/include/storage/large_object.h
+1
-2
src/include/storage/lmgr.h
src/include/storage/lmgr.h
+1
-2
src/include/storage/lock.h
src/include/storage/lock.h
+1
-2
src/include/storage/off.h
src/include/storage/off.h
+1
-5
src/include/storage/page.h
src/include/storage/page.h
+1
-3
src/include/storage/pagenum.h
src/include/storage/pagenum.h
+1
-2
src/include/storage/pos.h
src/include/storage/pos.h
+1
-3
src/include/storage/sinval.h
src/include/storage/sinval.h
+1
-2
src/include/storage/sinvaladt.h
src/include/storage/sinvaladt.h
+1
-3
src/include/utils/acl.h
src/include/utils/acl.h
+1
-2
src/include/utils/builtins.h
src/include/utils/builtins.h
+1
-2
src/include/utils/catcache.h
src/include/utils/catcache.h
+1
-2
src/include/utils/datum.h
src/include/utils/datum.h
+1
-2
src/include/utils/exc.h
src/include/utils/exc.h
+1
-2
src/include/utils/excid.h
src/include/utils/excid.h
+1
-2
src/include/utils/fmgrtab.h
src/include/utils/fmgrtab.h
+1
-2
src/include/utils/geo-decls.h
src/include/utils/geo-decls.h
+1
-2
src/include/utils/hsearch.h
src/include/utils/hsearch.h
+1
-2
src/include/utils/inval.h
src/include/utils/inval.h
+1
-2
src/include/utils/lselect.h
src/include/utils/lselect.h
+1
-2
src/include/utils/mcxt.h
src/include/utils/mcxt.h
+1
-2
src/include/utils/memutils.h
src/include/utils/memutils.h
+2
-3
src/include/utils/palloc.h
src/include/utils/palloc.h
+1
-3
src/include/utils/portal.h
src/include/utils/portal.h
+1
-2
src/include/utils/relcache.h
src/include/utils/relcache.h
+1
-2
No files found.
src/include/access/attnum.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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
...
...
src/include/access/genam.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/access/heapam.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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"
...
...
src/include/access/hio.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/access/iqual.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/access/istrat.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/access/sdir.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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
...
...
src/include/access/valid.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/catalog/catname.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/catalog/pg_aggregate.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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.
...
...
src/include/catalog/pg_am.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_amop.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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"
/* ----------------
/* ----------------
...
...
src/include/catalog/pg_amproc.h
View file @
99412aef
...
@@ -9,7 +9,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_attribute.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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"
/* ----------------
/* ----------------
...
...
src/include/catalog/pg_class.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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"
/* ----------------
/* ----------------
...
...
src/include/catalog/pg_database.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_defaults.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_demon.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_group.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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
;
...
...
src/include/catalog/pg_hosts.h
View file @
99412aef
...
@@ -10,7 +10,7 @@
...
@@ -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 @@
...
@@ -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
;
...
...
src/include/catalog/pg_index.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_inheritproc.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_inherits.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_ipl.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_language.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_listener.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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.
...
...
src/include/catalog/pg_log.h
View file @
99412aef
...
@@ -9,7 +9,7 @@
...
@@ -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 @@
...
@@ -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
;
...
...
src/include/catalog/pg_magic.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_opclass.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_operator.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_parg.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_proc.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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"
...
...
src/include/catalog/pg_rewrite.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_server.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_statistic.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/catalog/pg_time.h
View file @
99412aef
...
@@ -9,7 +9,7 @@
...
@@ -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 @@
...
@@ -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
;
...
...
src/include/catalog/pg_user.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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:2
0 scrappy Exp $
* $Id: pg_user.h,v 1.
2 1996/10/31 09:48:0
0 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 @@
...
@@ -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
...
...
src/include/catalog/pg_variable.h
View file @
99412aef
...
@@ -9,7 +9,7 @@
...
@@ -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 @@
...
@@ -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
;
...
...
src/include/catalog/pg_version.h
View file @
99412aef
...
@@ -7,7 +7,7 @@
...
@@ -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:2
3 scrappy Exp $
* $Id: pg_version.h,v 1.
2 1996/10/31 09:48:0
3 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 @@
...
@@ -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"
/* ----------------
/* ----------------
...
...
src/include/commands/copy.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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
);
...
...
src/include/commands/defrem.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/commands/version.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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
);
...
...
src/include/executor/executor.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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"
/* ----------------
/* ----------------
...
...
src/include/lib/dllist.h
View file @
99412aef
...
@@ -26,7 +26,7 @@
...
@@ -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 @@
...
@@ -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
;
...
...
src/include/lib/fstack.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -25,7 +25,6 @@
#ifndef FSTACK_H
#ifndef FSTACK_H
#define FSTACK_H
#define FSTACK_H
#include "c.h"
/*
/*
* FixedItem --
* FixedItem --
...
...
src/include/lib/stringinfo.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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.
...
...
src/include/libpq/auth.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
/*----------------------------------------------------------------
/*----------------------------------------------------------------
...
...
src/include/libpq/pqcomm.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/libpq/pqsignal.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -19,7 +19,6 @@
#include <signal.h>
#include <signal.h>
#include "c.h"
typedef
void
(
*
pqsigfunc
)(
int
);
typedef
void
(
*
pqsigfunc
)(
int
);
...
...
src/include/nodes/nodes.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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)
...
...
src/include/nodes/params.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
...
...
src/include/nodes/plannodes.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/nodes/relation.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/optimizer/plancat.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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
...
...
src/include/parser/catalog_utils.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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"
...
...
src/include/storage/block.h
View file @
99412aef
...
@@ -6,15 +6,13 @@
...
@@ -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:
*
*
...
...
src/include/storage/buf_internals.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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"
...
...
src/include/storage/fd.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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
;
...
...
src/include/storage/ipc.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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
...
...
src/include/storage/item.h
View file @
99412aef
...
@@ -6,15 +6,13 @@
...
@@ -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 */
src/include/storage/itempos.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/storage/large_object.h
View file @
99412aef
...
@@ -7,14 +7,13 @@
...
@@ -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"
...
...
src/include/storage/lmgr.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/storage/lock.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/storage/off.h
View file @
99412aef
...
@@ -6,17 +6,13 @@
...
@@ -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:1
8 scrappy Exp $
* $Id: off.h,v 1.
2 1996/10/31 09:49:5
8 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:
*
*
...
...
src/include/storage/page.h
View file @
99412aef
...
@@ -6,15 +6,13 @@
...
@@ -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
;
/*
/*
...
...
src/include/storage/pagenum.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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
;
...
...
src/include/storage/pos.h
View file @
99412aef
...
@@ -6,15 +6,13 @@
...
@@ -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
...
...
src/include/storage/sinval.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/storage/sinvaladt.h
View file @
99412aef
...
@@ -6,15 +6,13 @@
...
@@ -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"
...
...
src/include/utils/acl.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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 */
...
...
src/include/utils/builtins.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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"
...
...
src/include/utils/catcache.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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"
...
...
src/include/utils/datum.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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 ???
...
...
src/include/utils/exc.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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:5
3 scrappy Exp $
* $Id: exc.h,v 1.
2 1996/10/31 09:51:1
3 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
;
...
...
src/include/utils/excid.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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:5
5 scrappy Exp $
* $Id: excid.h,v 1.
2 1996/10/31 09:51:1
5 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
;
...
...
src/include/utils/fmgrtab.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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
{
...
...
src/include/utils/geo-decls.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -25,7 +25,6 @@
*-------------------------------------------------------------------*/
*-------------------------------------------------------------------*/
#include <math.h>
#include <math.h>
#include "c.h"
#define EPSILON 1.0E-06
#define EPSILON 1.0E-06
...
...
src/include/utils/hsearch.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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
...
...
src/include/utils/inval.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/utils/lselect.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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
{
...
...
src/include/utils/mcxt.h
View file @
99412aef
...
@@ -6,14 +6,13 @@
...
@@ -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"
...
...
src/include/utils/memutils.h
View file @
99412aef
...
@@ -15,7 +15,7 @@
...
@@ -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 @@
...
@@ -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...)
...
@@ -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
;
...
...
src/include/utils/palloc.h
View file @
99412aef
...
@@ -6,15 +6,13 @@
...
@@ -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
);
...
...
src/include/utils/portal.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -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"
...
...
src/include/utils/relcache.h
View file @
99412aef
...
@@ -6,7 +6,7 @@
...
@@ -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 @@
...
@@ -15,7 +15,6 @@
#include <sys/types.h>
#include <sys/types.h>
#include "postgres.h"
#include "utils/rel.h"
#include "utils/rel.h"
/*
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment