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
a9591ce6
Commit
a9591ce6
authored
Jul 15, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change #include's to use <> and "" as appropriate.
parent
2e6b1e63
Changes
211
Hide whitespace changes
Inline
Side-by-side
Showing
211 changed files
with
794 additions
and
794 deletions
+794
-794
src/backend/access/common/heaptuple.c
src/backend/access/common/heaptuple.c
+4
-4
src/backend/access/common/indextuple.c
src/backend/access/common/indextuple.c
+5
-5
src/backend/access/common/indexvalid.c
src/backend/access/common/indexvalid.c
+4
-4
src/backend/access/common/scankey.c
src/backend/access/common/scankey.c
+3
-3
src/backend/access/common/tupdesc.c
src/backend/access/common/tupdesc.c
+7
-7
src/backend/access/gist/gist.c
src/backend/access/gist/gist.c
+10
-10
src/backend/access/gist/gistget.c
src/backend/access/gist/gistget.c
+3
-3
src/backend/access/gist/gistscan.c
src/backend/access/gist/gistscan.c
+4
-4
src/backend/access/gist/giststrat.c
src/backend/access/gist/giststrat.c
+3
-3
src/backend/access/hash/hash.c
src/backend/access/hash/hash.c
+8
-8
src/backend/access/hash/hashinsert.c
src/backend/access/hash/hashinsert.c
+3
-3
src/backend/access/hash/hashovfl.c
src/backend/access/hash/hashovfl.c
+3
-3
src/backend/access/hash/hashpage.c
src/backend/access/hash/hashpage.c
+5
-5
src/backend/access/hash/hashscan.c
src/backend/access/hash/hashscan.c
+3
-3
src/backend/access/hash/hashsearch.c
src/backend/access/hash/hashsearch.c
+3
-3
src/backend/access/hash/hashstrat.c
src/backend/access/hash/hashstrat.c
+2
-2
src/backend/access/hash/hashutil.c
src/backend/access/hash/hashutil.c
+4
-4
src/backend/access/heap/heapam.c
src/backend/access/heap/heapam.c
+12
-12
src/backend/access/heap/hio.c
src/backend/access/heap/hio.c
+4
-4
src/backend/access/heap/stats.c
src/backend/access/heap/stats.c
+3
-3
src/backend/access/index/genam.c
src/backend/access/index/genam.c
+3
-3
src/backend/access/index/indexam.c
src/backend/access/index/indexam.c
+5
-5
src/backend/access/nbtree/nbtcompare.c
src/backend/access/nbtree/nbtcompare.c
+3
-3
src/backend/access/nbtree/nbtinsert.c
src/backend/access/nbtree/nbtinsert.c
+4
-4
src/backend/access/nbtree/nbtpage.c
src/backend/access/nbtree/nbtpage.c
+4
-4
src/backend/access/nbtree/nbtree.c
src/backend/access/nbtree/nbtree.c
+8
-8
src/backend/access/nbtree/nbtscan.c
src/backend/access/nbtree/nbtscan.c
+3
-3
src/backend/access/nbtree/nbtsearch.c
src/backend/access/nbtree/nbtsearch.c
+4
-4
src/backend/access/nbtree/nbtstrat.c
src/backend/access/nbtree/nbtstrat.c
+4
-4
src/backend/access/rtree/rtget.c
src/backend/access/rtree/rtget.c
+4
-4
src/backend/access/rtree/rtproc.c
src/backend/access/rtree/rtproc.c
+3
-3
src/backend/access/rtree/rtree.c
src/backend/access/rtree/rtree.c
+8
-8
src/backend/access/rtree/rtscan.c
src/backend/access/rtree/rtscan.c
+4
-4
src/backend/access/rtree/rtstrat.c
src/backend/access/rtree/rtstrat.c
+4
-4
src/backend/access/transam/transam.c
src/backend/access/transam/transam.c
+5
-5
src/backend/access/transam/transsup.c
src/backend/access/transam/transsup.c
+4
-4
src/backend/access/transam/varsup.c
src/backend/access/transam/varsup.c
+5
-5
src/backend/access/transam/xact.c
src/backend/access/transam/xact.c
+11
-11
src/backend/access/transam/xid.c
src/backend/access/transam/xid.c
+3
-3
src/backend/catalog/catalog.c
src/backend/catalog/catalog.c
+6
-6
src/backend/catalog/pg_aggregate.c
src/backend/catalog/pg_aggregate.c
+10
-10
src/backend/commands/_deadcode/recipe.c
src/backend/commands/_deadcode/recipe.c
+19
-19
src/backend/commands/_deadcode/version.c
src/backend/commands/_deadcode/version.c
+2
-2
src/backend/commands/async.c
src/backend/commands/async.c
+3
-3
src/backend/commands/cluster.c
src/backend/commands/cluster.c
+14
-14
src/backend/commands/command.c
src/backend/commands/command.c
+2
-2
src/backend/commands/copy.c
src/backend/commands/copy.c
+16
-16
src/backend/commands/creatinh.c
src/backend/commands/creatinh.c
+10
-10
src/backend/commands/define.c
src/backend/commands/define.c
+14
-14
src/backend/commands/explain.c
src/backend/commands/explain.c
+9
-9
src/backend/commands/indexcmds.c
src/backend/commands/indexcmds.c
+16
-16
src/backend/commands/rename.c
src/backend/commands/rename.c
+12
-12
src/backend/commands/sequence.c
src/backend/commands/sequence.c
+8
-8
src/backend/commands/user.c
src/backend/commands/user.c
+13
-13
src/backend/commands/view.c
src/backend/commands/view.c
+12
-12
src/backend/lib/bit.c
src/backend/lib/bit.c
+3
-3
src/backend/lib/dllist.c
src/backend/lib/dllist.c
+3
-3
src/backend/lib/fstack.c
src/backend/lib/fstack.c
+3
-3
src/backend/lib/hasht.c
src/backend/lib/hasht.c
+4
-4
src/backend/lib/lispsort.c
src/backend/lib/lispsort.c
+2
-2
src/backend/libpq/auth.c
src/backend/libpq/auth.c
+10
-10
src/backend/libpq/be-dumpdata.c
src/backend/libpq/be-dumpdata.c
+7
-7
src/backend/libpq/be-fsstubs.c
src/backend/libpq/be-fsstubs.c
+5
-5
src/backend/libpq/be-pqexec.c
src/backend/libpq/be-pqexec.c
+6
-6
src/backend/libpq/hba.c
src/backend/libpq/hba.c
+4
-4
src/backend/libpq/password.c
src/backend/libpq/password.c
+5
-5
src/backend/libpq/portal.c
src/backend/libpq/portal.c
+2
-2
src/backend/libpq/portalbuf.c
src/backend/libpq/portalbuf.c
+2
-2
src/backend/libpq/pqpacket.c
src/backend/libpq/pqpacket.c
+3
-3
src/backend/libpq/pqsignal.c
src/backend/libpq/pqsignal.c
+3
-3
src/backend/libpq/util.c
src/backend/libpq/util.c
+2
-2
src/backend/main/main.c
src/backend/main/main.c
+2
-2
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/createplan.c
+2
-2
src/backend/optimizer/util/clauses.c
src/backend/optimizer/util/clauses.c
+2
-2
src/backend/port/dynloader/aix.c
src/backend/port/dynloader/aix.c
+2
-2
src/backend/port/dynloader/bsd.c
src/backend/port/dynloader/bsd.c
+1
-1
src/backend/port/dynloader/bsd.h
src/backend/port/dynloader/bsd.h
+2
-2
src/backend/port/dynloader/freebsd.c
src/backend/port/dynloader/freebsd.c
+1
-1
src/backend/port/dynloader/freebsd.h
src/backend/port/dynloader/freebsd.h
+2
-2
src/backend/port/dynloader/hpux.c
src/backend/port/dynloader/hpux.c
+2
-2
src/backend/port/dynloader/linux.h
src/backend/port/dynloader/linux.h
+2
-2
src/backend/port/dynloader/nextstep.c
src/backend/port/dynloader/nextstep.c
+2
-2
src/backend/port/dynloader/ultrix4.c
src/backend/port/dynloader/ultrix4.c
+3
-3
src/backend/port/dynloader/ultrix4.h
src/backend/port/dynloader/ultrix4.h
+6
-6
src/backend/port/nextstep/port.c
src/backend/port/nextstep/port.c
+1
-1
src/backend/port/strerror.c
src/backend/port/strerror.c
+4
-4
src/backend/postmaster/postmaster.c
src/backend/postmaster/postmaster.c
+2
-2
src/backend/regex/regcomp.c
src/backend/regex/regcomp.c
+5
-5
src/backend/regex/regerror.c
src/backend/regex/regerror.c
+3
-3
src/backend/regex/regexec.c
src/backend/regex/regexec.c
+3
-3
src/backend/regex/regfree.c
src/backend/regex/regfree.c
+3
-3
src/backend/regex/retest.c
src/backend/regex/retest.c
+2
-2
src/backend/utils/Gen_fmgrtab.sh.in
src/backend/utils/Gen_fmgrtab.sh.in
+4
-4
src/backend/utils/adt/acl.c
src/backend/utils/adt/acl.c
+2
-2
src/backend/utils/adt/chunk.c
src/backend/utils/adt/chunk.c
+2
-2
src/backend/utils/adt/filename.c
src/backend/utils/adt/filename.c
+2
-2
src/backend/utils/adt/inet_net_ntop.c
src/backend/utils/adt/inet_net_ntop.c
+3
-3
src/backend/utils/adt/inet_net_pton.c
src/backend/utils/adt/inet_net_pton.c
+3
-3
src/backend/utils/adt/mac.c
src/backend/utils/adt/mac.c
+3
-3
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/nabstime.c
+2
-2
src/backend/utils/adt/network.c
src/backend/utils/adt/network.c
+3
-3
src/backend/utils/adt/regexp.c
src/backend/utils/adt/regexp.c
+2
-2
src/backend/utils/cache/inval.c
src/backend/utils/cache/inval.c
+2
-2
src/backend/utils/hash/dynahash.c
src/backend/utils/hash/dynahash.c
+8
-8
src/backend/utils/init/globals.c
src/backend/utils/init/globals.c
+2
-2
src/backend/utils/init/postinit.c
src/backend/utils/init/postinit.c
+5
-5
src/backend/utils/mb/utftest.c
src/backend/utils/mb/utftest.c
+5
-5
src/backend/utils/mb/wstrcmp.c
src/backend/utils/mb/wstrcmp.c
+1
-1
src/backend/utils/mb/wstrncmp.c
src/backend/utils/mb/wstrncmp.c
+1
-1
src/backend/utils/misc/superuser.c
src/backend/utils/misc/superuser.c
+4
-4
src/include/access/genam.h
src/include/access/genam.h
+5
-5
src/include/access/gist.h
src/include/access/gist.h
+4
-4
src/include/access/gistscan.h
src/include/access/gistscan.h
+1
-1
src/include/access/giststrat.h
src/include/access/giststrat.h
+1
-1
src/include/access/hash.h
src/include/access/hash.h
+6
-6
src/include/access/hio.h
src/include/access/hio.h
+2
-2
src/include/access/htup.h
src/include/access/htup.h
+2
-2
src/include/access/ibit.h
src/include/access/ibit.h
+2
-2
src/include/access/iqual.h
src/include/access/iqual.h
+3
-3
src/include/access/istrat.h
src/include/access/istrat.h
+2
-2
src/include/access/itup.h
src/include/access/itup.h
+5
-5
src/include/access/nbtree.h
src/include/access/nbtree.h
+5
-5
src/include/access/printtup.h
src/include/access/printtup.h
+2
-2
src/include/access/relscan.h
src/include/access/relscan.h
+2
-2
src/include/access/rtree.h
src/include/access/rtree.h
+5
-5
src/include/access/rtscan.h
src/include/access/rtscan.h
+4
-4
src/include/access/rtstrat.h
src/include/access/rtstrat.h
+2
-2
src/include/access/skey.h
src/include/access/skey.h
+3
-3
src/include/access/strat.h
src/include/access/strat.h
+2
-2
src/include/access/transam.h
src/include/access/transam.h
+2
-2
src/include/access/tupdesc.h
src/include/access/tupdesc.h
+4
-4
src/include/access/xact.h
src/include/access/xact.h
+3
-3
src/include/bootstrap/bootstrap.h
src/include/bootstrap/bootstrap.h
+4
-4
src/include/catalog/catalog.h
src/include/catalog/catalog.h
+2
-2
src/include/catalog/heap.h
src/include/catalog/heap.h
+2
-2
src/include/catalog/index.h
src/include/catalog/index.h
+3
-3
src/include/catalog/indexing.h
src/include/catalog/indexing.h
+2
-2
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+2
-2
src/include/commands/command.h
src/include/commands/command.h
+2
-2
src/include/commands/defrem.h
src/include/commands/defrem.h
+3
-3
src/include/commands/proclang.h
src/include/commands/proclang.h
+1
-1
src/include/executor/execdebug.h
src/include/executor/execdebug.h
+2
-2
src/include/executor/execdesc.h
src/include/executor/execdesc.h
+4
-4
src/include/executor/executor.h
src/include/executor/executor.h
+2
-2
src/include/executor/tuptable.h
src/include/executor/tuptable.h
+2
-2
src/include/lib/hasht.h
src/include/lib/hasht.h
+2
-2
src/include/libpq/crypt.h
src/include/libpq/crypt.h
+1
-1
src/include/libpq/pqcomm.h
src/include/libpq/pqcomm.h
+2
-2
src/include/nodes/execnodes.h
src/include/nodes/execnodes.h
+8
-8
src/include/nodes/makefuncs.h
src/include/nodes/makefuncs.h
+2
-2
src/include/nodes/memnodes.h
src/include/nodes/memnodes.h
+4
-4
src/include/nodes/nodeFuncs.h
src/include/nodes/nodeFuncs.h
+2
-2
src/include/nodes/params.h
src/include/nodes/params.h
+2
-2
src/include/nodes/parsenodes.h
src/include/nodes/parsenodes.h
+2
-2
src/include/nodes/pg_list.h
src/include/nodes/pg_list.h
+2
-2
src/include/nodes/plannodes.h
src/include/nodes/plannodes.h
+2
-2
src/include/nodes/primnodes.h
src/include/nodes/primnodes.h
+4
-4
src/include/nodes/relation.h
src/include/nodes/relation.h
+2
-2
src/include/optimizer/_deadcode/xfunc.h
src/include/optimizer/_deadcode/xfunc.h
+3
-3
src/include/optimizer/clauses.h
src/include/optimizer/clauses.h
+2
-2
src/include/optimizer/ordering.h
src/include/optimizer/ordering.h
+2
-2
src/include/optimizer/plancat.h
src/include/optimizer/plancat.h
+2
-2
src/include/optimizer/prep.h
src/include/optimizer/prep.h
+3
-3
src/include/parser/analyze.h
src/include/parser/analyze.h
+2
-2
src/include/parser/parse_agg.h
src/include/parser/parse_agg.h
+2
-2
src/include/parser/parse_clause.h
src/include/parser/parse_clause.h
+2
-2
src/include/parser/parse_expr.h
src/include/parser/parse_expr.h
+2
-2
src/include/parser/parse_func.h
src/include/parser/parse_func.h
+2
-2
src/include/parser/parse_node.h
src/include/parser/parse_node.h
+3
-3
src/include/parser/parse_relation.h
src/include/parser/parse_relation.h
+2
-2
src/include/parser/parse_target.h
src/include/parser/parse_target.h
+2
-2
src/include/parser/parser.h
src/include/parser/parser.h
+2
-2
src/include/port/nextstep.h
src/include/port/nextstep.h
+1
-1
src/include/port/solaris_i386.h
src/include/port/solaris_i386.h
+1
-1
src/include/port/svr4.h
src/include/port/svr4.h
+1
-1
src/include/regex/regex.h
src/include/regex/regex.h
+1
-1
src/include/rewrite/prs2lock.h
src/include/rewrite/prs2lock.h
+3
-3
src/include/storage/buf_internals.h
src/include/storage/buf_internals.h
+3
-3
src/include/storage/bufmgr.h
src/include/storage/bufmgr.h
+6
-6
src/include/storage/bufpage.h
src/include/storage/bufpage.h
+7
-7
src/include/storage/ipc.h
src/include/storage/ipc.h
+2
-2
src/include/storage/itempos.h
src/include/storage/itempos.h
+3
-3
src/include/storage/itemptr.h
src/include/storage/itemptr.h
+3
-3
src/include/storage/large_object.h
src/include/storage/large_object.h
+2
-2
src/include/storage/lmgr.h
src/include/storage/lmgr.h
+3
-3
src/include/storage/lock.h
src/include/storage/lock.h
+5
-5
src/include/storage/multilev.h
src/include/storage/multilev.h
+2
-2
src/include/storage/proc.h
src/include/storage/proc.h
+2
-2
src/include/storage/s_lock.h
src/include/storage/s_lock.h
+2
-2
src/include/storage/shmem.h
src/include/storage/shmem.h
+3
-3
src/include/storage/sinval.h
src/include/storage/sinval.h
+3
-3
src/include/storage/sinvaladt.h
src/include/storage/sinvaladt.h
+3
-3
src/include/storage/smgr.h
src/include/storage/smgr.h
+4
-4
src/include/storage/spin.h
src/include/storage/spin.h
+2
-2
src/include/tcop/dest.h
src/include/tcop/dest.h
+2
-2
src/include/tcop/pquery.h
src/include/tcop/pquery.h
+2
-2
src/include/tcop/utility.h
src/include/tcop/utility.h
+2
-2
src/include/utils/acl.h
src/include/utils/acl.h
+3
-3
src/include/utils/builtins.h
src/include/utils/builtins.h
+9
-9
src/include/utils/catcache.h
src/include/utils/catcache.h
+3
-3
src/include/utils/dynamic_loader.h
src/include/utils/dynamic_loader.h
+2
-2
src/include/utils/fcache.h
src/include/utils/fcache.h
+2
-2
src/include/utils/fcache2.h
src/include/utils/fcache2.h
+2
-2
src/include/utils/inval.h
src/include/utils/inval.h
+2
-2
src/include/utils/lsyscache.h
src/include/utils/lsyscache.h
+2
-2
src/include/utils/portal.h
src/include/utils/portal.h
+3
-3
src/include/utils/rel.h
src/include/utils/rel.h
+7
-7
src/include/utils/rel2.h
src/include/utils/rel2.h
+2
-2
src/include/utils/relcache.h
src/include/utils/relcache.h
+2
-2
src/include/utils/syscache.h
src/include/utils/syscache.h
+2
-2
src/include/utils/tqual.h
src/include/utils/tqual.h
+3
-3
No files found.
src/backend/access/common/heaptuple.c
View file @
a9591ce6
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.5
4 1999/07/15 22:38:3
1 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.5
5 1999/07/15 23:02:5
1 momjian Exp $
*
* NOTES
* The old interface functions have been converted to macros
...
...
@@ -17,10 +17,10 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/heapam.h>
#include
<catalog/pg_type.h>
#include
"access/heapam.h"
#include
"catalog/pg_type.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/common/indextuple.c
View file @
a9591ce6
...
...
@@ -8,16 +8,16 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.3
4 1999/07/15 22:38:32
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.3
5 1999/07/15 23:02:51
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/heapam.h>
#include
<access/itup.h>
#include
<catalog/pg_type.h>
#include
"access/heapam.h"
#include
"access/itup.h"
#include
"catalog/pg_type.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/common/indexvalid.c
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.2
2 1999/07/15 22:38:32
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.2
3 1999/07/15 23:02:51
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/iqual.h>
#include
<executor/execdebug.h>
#include
"access/iqual.h"
#include
"executor/execdebug.h"
/* ----------------------------------------------------------------
* index scan key qualification code
...
...
src/backend/access/common/scankey.c
View file @
a9591ce6
...
...
@@ -7,14 +7,14 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.1
5 1999/07/15 22:38:32
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.1
6 1999/07/15 23:02:51
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/skey.h>
#include
"access/skey.h"
/*
* ScanKeyEntryIsLegal
...
...
src/backend/access/common/tupdesc.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.5
1 1999/07/15 22:38:33
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.5
2 1999/07/15 23:02:51
momjian Exp $
*
* NOTES
* some of the executor utility code such as "ExecTypeFromTL" should be
...
...
@@ -18,13 +18,13 @@
#include <stdio.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<catalog/pg_type.h>
#include
<nodes/parsenodes.h>
#include
<parser/parse_type.h>
#include
<utils/builtins.h>
#include
<utils/syscache.h>
#include
"catalog/pg_type.h"
#include
"nodes/parsenodes.h"
#include
"parser/parse_type.h"
#include
"utils/builtins.h"
#include
"utils/syscache.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/gist/gist.c
View file @
a9591ce6
...
...
@@ -11,16 +11,16 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
<catalog/pg_index.h>
#include
<access/genam.h>
#include
<access/gist.h>
#include
<access/gistscan.h>
#include
<access/heapam.h>
#include
<catalog/index.h>
#include
<executor/executor.h>
#include
<utils/syscache.h>
#include
"postgres.h"
#include
"catalog/pg_index.h"
#include
"access/genam.h"
#include
"access/gist.h"
#include
"access/gistscan.h"
#include
"access/heapam.h"
#include
"catalog/index.h"
#include
"executor/executor.h"
#include
"utils/syscache.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/gist/gistget.c
View file @
a9591ce6
...
...
@@ -11,10 +11,10 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/gist.h>
#include
<executor/execdebug.h>
#include
"access/gist.h"
#include
"executor/execdebug.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/gist/gistscan.c
View file @
a9591ce6
...
...
@@ -10,11 +10,11 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/gist.h>
#include
<access/gistscan.h>
#include
<access/genam.h>
#include
"access/gist.h"
#include
"access/gistscan.h"
#include
"access/genam.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/gist/giststrat.c
View file @
a9591ce6
...
...
@@ -12,10 +12,10 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/gist.h>
#include
<access/istrat.h>
#include
"access/gist.h"
#include
"access/istrat.h"
/*
* Note: negate, commute, and negatecommute all assume that operators are
...
...
src/backend/access/hash/hash.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.2
7 1999/07/15 22:38:35
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.2
8 1999/07/15 23:02:54
momjian Exp $
*
* NOTES
* This file contains only the public interface routines.
...
...
@@ -15,14 +15,14 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/hash.h>
#include
<executor/executor.h>
#include
<access/heapam.h>
#include
<access/genam.h>
#include
<catalog/index.h>
#include
<miscadmin.h>
#include
"access/hash.h"
#include
"executor/executor.h"
#include
"access/heapam.h"
#include
"access/genam.h"
#include
"catalog/index.h"
#include
"miscadmin.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/hash/hashinsert.c
View file @
a9591ce6
...
...
@@ -7,14 +7,14 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.1
6 1999/07/15 22:38:36
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.1
7 1999/07/15 23:02:54
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/hash.h>
#include
"access/hash.h"
static
InsertIndexResult
_hash_insertonpg
(
Relation
rel
,
Buffer
buf
,
int
keysz
,
ScanKey
scankey
,
HashItem
hitem
,
Buffer
metabuf
);
static
OffsetNumber
_hash_pgaddtup
(
Relation
rel
,
Buffer
buf
,
int
keysz
,
ScanKey
itup_scankey
,
Size
itemsize
,
HashItem
hitem
);
...
...
src/backend/access/hash/hashovfl.c
View file @
a9591ce6
...
...
@@ -7,16 +7,16 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.2
1 1999/07/15 22:38:37
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.2
2 1999/07/15 23:02:55
momjian Exp $
*
* NOTES
* Overflow pages look like ordinary relation pages.
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/hash.h>
#include
"access/hash.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/hash/hashpage.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.2
1 1999/07/15 22:38:37
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.2
2 1999/07/15 23:02:55
momjian Exp $
*
* NOTES
* Postgres hash pages look like ordinary relation pages. The opaque
...
...
@@ -23,11 +23,11 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/hash.h>
#include
<miscadmin.h>
#include
<access/genam.h>
#include
"access/hash.h"
#include
"miscadmin.h"
#include
"access/genam.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/hash/hashscan.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.
19 1999/07/15 15:18:33
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.
20 1999/07/15 23:02:55
momjian Exp $
*
* NOTES
* Because we can be doing an index scan on a relation while we
...
...
@@ -27,9 +27,9 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/hash.h>
#include
"access/hash.h"
static
void
_hash_scandel
(
IndexScanDesc
scan
,
BlockNumber
blkno
,
OffsetNumber
offno
);
static
bool
_hash_scantouched
(
IndexScanDesc
scan
,
BlockNumber
blkno
,
OffsetNumber
offno
);
...
...
src/backend/access/hash/hashsearch.c
View file @
a9591ce6
...
...
@@ -7,14 +7,14 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.1
8 1999/07/15 22:38:38
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.1
9 1999/07/15 23:02:55
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/hash.h>
#include
"access/hash.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/hash/hashstrat.c
View file @
a9591ce6
...
...
@@ -7,12 +7,12 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.1
4 1999/07/15 22:38:38
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.1
5 1999/07/15 23:02:56
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
/*
...
...
src/backend/access/hash/hashutil.c
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.1
8 1999/07/15 22:38:39
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.1
9 1999/07/15 23:02:56
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/hash.h>
#include
<access/iqual.h>
#include
"access/hash.h"
#include
"access/iqual.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/heap/heapam.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.
49 1999/07/15 22:38:40
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.
50 1999/07/15 23:02:57
momjian Exp $
*
*
* INTERFACE ROUTINES
...
...
@@ -73,17 +73,17 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
<access/heapam.h>
#include
<miscadmin.h>
#include
<utils/relcache.h>
#include
<access/valid.h>
#include
<access/hio.h>
#include
<storage/smgr.h>
#include
<catalog/catalog.h>
#include
<utils/inval.h>
#include
<utils/builtins.h>
#include
"postgres.h"
#include
"access/heapam.h"
#include
"miscadmin.h"
#include
"utils/relcache.h"
#include
"access/valid.h"
#include
"access/hio.h"
#include
"storage/smgr.h"
#include
"catalog/catalog.h"
#include
"utils/inval.h"
#include
"utils/builtins.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/heap/hio.c
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Id: hio.c,v 1.2
3 1999/07/15 22:38:41
momjian Exp $
* $Id: hio.c,v 1.2
4 1999/07/15 23:02:57
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/hio.h>
#include
<access/heapam.h>
#include
"access/hio.h"
#include
"access/heapam.h"
/*
* amputunique - place tuple at tid
...
...
src/backend/access/heap/stats.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.1
8 1999/07/15 22:38:42
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.1
9 1999/07/15 23:02:58
momjian Exp $
*
* NOTES
* initam should be moved someplace else.
...
...
@@ -18,9 +18,9 @@
#include <stdio.h>
#include <time.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<access/heapam.h>
#include
"access/heapam.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/index/genam.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.1
8 1999/07/15 22:38:42
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.1
9 1999/07/15 23:02:58
momjian Exp $
*
* NOTES
* many of the old access method routines have been turned into
...
...
@@ -44,9 +44,9 @@
* ----------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/genam.h>
#include
"access/genam.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/index/indexam.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.3
3 1999/07/15 22:38:43
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.3
4 1999/07/15 23:02:59
momjian Exp $
*
* INTERFACE ROUTINES
* index_open - open an index relation by relationId
...
...
@@ -63,11 +63,11 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/genam.h>
#include
<utils/relcache.h>
#include
<access/heapam.h>
#include
"access/genam.h"
#include
"utils/relcache.h"
#include
"access/heapam.h"
/* ----------------
* undefine macros we aren't going to use that would otherwise
...
...
src/backend/access/nbtree/nbtcompare.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.2
5 1999/07/15 22:38:45
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtcompare.c,v 1.2
6 1999/07/15 23:02:59
momjian Exp $
*
* NOTES
* These functions are stored in pg_amproc. For each operator class
...
...
@@ -22,9 +22,9 @@
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<utils/builtins.h>
#include
"utils/builtins.h"
int32
btint2cmp
(
int16
a
,
int16
b
)
...
...
src/backend/access/nbtree/nbtinsert.c
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.4
5 1999/07/15 22:38:45
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtinsert.c,v 1.4
6 1999/07/15 23:03:00
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/nbtree.h>
#include
<access/heapam.h>
#include
"access/nbtree.h"
#include
"access/heapam.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/nbtree/nbtpage.c
View file @
a9591ce6
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.2
7 1999/07/15 22:38:46
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtpage.c,v 1.2
8 1999/07/15 23:03:00
momjian Exp $
*
* NOTES
* Postgres btree pages look like ordinary relation pages. The opaque
...
...
@@ -22,10 +22,10 @@
#include <stdio.h>
#include <time.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<access/nbtree.h>
#include
<miscadmin.h>
#include
"access/nbtree.h"
#include
"miscadmin.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/nbtree/nbtree.c
View file @
a9591ce6
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.4
2 1999/07/15 22:38:47
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtree.c,v 1.4
3 1999/07/15 23:03:00
momjian Exp $
*
* NOTES
* This file contains only the public interface routines.
...
...
@@ -16,14 +16,14 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/genam.h>
#include
<access/nbtree.h>
#include
<executor/executor.h>
#include
<access/heapam.h>
#include
<catalog/index.h>
#include
<miscadmin.h>
#include
"access/genam.h"
#include
"access/nbtree.h"
#include
"executor/executor.h"
#include
"access/heapam.h"
#include
"catalog/index.h"
#include
"miscadmin.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/nbtree/nbtscan.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.2
6 1999/07/15 22:38:48
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtscan.c,v 1.2
7 1999/07/15 23:03:00
momjian Exp $
*
*
* NOTES
...
...
@@ -27,9 +27,9 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/nbtree.h>
#include
"access/nbtree.h"
typedef
struct
BTScanListData
{
...
...
src/backend/access/nbtree/nbtsearch.c
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.4
8 1999/07/15 22:38:48
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.4
9 1999/07/15 23:03:00
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/genam.h>
#include
<access/nbtree.h>
#include
"access/genam.h"
#include
"access/nbtree.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/nbtree/nbtstrat.c
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtstrat.c,v 1.
9 1999/07/15 22:38:49
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/nbtree/Attic/nbtstrat.c,v 1.
10 1999/07/15 23:03:01
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/istrat.h>
#include
<access/nbtree.h>
#include
"access/istrat.h"
#include
"access/nbtree.h"
/*
* Note:
...
...
src/backend/access/rtree/rtget.c
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.1
6 1999/07/15 22:38:5
1 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtget.c,v 1.1
7 1999/07/15 23:03:0
1 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/iqual.h>
#include
<access/rtree.h>
#include
"access/iqual.h"
#include
"access/rtree.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/rtree/rtproc.c
View file @
a9591ce6
...
...
@@ -7,14 +7,14 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.2
1 1999/07/15 22:38:5
1 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtproc.c,v 1.2
2 1999/07/15 23:03:0
1 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<utils/builtins.h>
#include
"utils/builtins.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/rtree/rtree.c
View file @
a9591ce6
...
...
@@ -7,19 +7,19 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.3
3 1999/07/15 22:38:51
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.3
4 1999/07/15 23:03:02
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/genam.h>
#include
<catalog/index.h>
#include
<access/rtree.h>
#include
<utils/geo_decls.h>
#include
<executor/executor.h>
#include
<access/heapam.h>
#include
"access/genam.h"
#include
"catalog/index.h"
#include
"access/rtree.h"
#include
"utils/geo_decls.h"
#include
"executor/executor.h"
#include
"access/heapam.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/rtree/rtscan.c
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.2
6 1999/07/15 22:38:5
2 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtscan.c,v 1.2
7 1999/07/15 23:03:0
2 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/genam.h>
#include
<access/rtree.h>
#include
"access/genam.h"
#include
"access/rtree.h"
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/access/rtree/rtstrat.c
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtstrat.c,v 1.1
2 1999/07/15 22:38:53
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtstrat.c,v 1.1
3 1999/07/15 23:03:02
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/rtree.h>
#include
<access/istrat.h>
#include
"access/rtree.h"
#include
"access/istrat.h"
static
StrategyNumber
RelationGetRTStrategy
(
Relation
r
,
AttrNumber
attnum
,
RegProcedure
proc
);
...
...
src/backend/access/transam/transam.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.
29 1999/07/15 22:38:53
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/transam.c,v 1.
30 1999/07/15 23:03:02
momjian Exp $
*
* NOTES
* This file contains the high level access-method interface to the
...
...
@@ -16,11 +16,11 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/heapam.h>
#include
<catalog/catname.h>
#include
<commands/vacuum.h>
#include
"access/heapam.h"
#include
"catalog/catname.h"
#include
"commands/vacuum.h"
static
int
RecoveryCheckingEnabled
(
void
);
static
void
TransRecover
(
Relation
logRelation
);
...
...
src/backend/access/transam/transsup.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.2
2 1999/07/15 22:38:54
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/Attic/transsup.c,v 1.2
3 1999/07/15 23:03:03
momjian Exp $
*
* NOTES
* This file contains support functions for the high
...
...
@@ -16,10 +16,10 @@
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<utils/bit.h>
#include
<access/xact.h>
#include
"utils/bit.h"
#include
"access/xact.h"
static
XidStatus
TransBlockGetXidStatus
(
Block
tblock
,
TransactionId
transactionId
);
...
...
src/backend/access/transam/varsup.c
View file @
a9591ce6
...
...
@@ -7,16 +7,16 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.2
3 1999/07/15 22:38:54
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/varsup.c,v 1.2
4 1999/07/15 23:03:03
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/heapam.h>
#include
<catalog/catname.h>
#include
<storage/proc.h>
#include
"access/heapam.h"
#include
"catalog/catname.h"
#include
"storage/proc.h"
static
void
GetNewObjectIdBlock
(
Oid
*
oid_return
,
int
oid_block_size
);
static
void
VariableRelationGetNextOid
(
Oid
*
oid_return
);
...
...
src/backend/access/transam/xact.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.4
4 1999/07/15 22:38:54
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.4
5 1999/07/15 23:03:03
momjian Exp $
*
* NOTES
* Transaction aborts can now occur two ways:
...
...
@@ -142,16 +142,16 @@
* [PA, 7/17/98]
* [PA] is Pascal André <andre@via.ecp.fr>
*/
#include
<postgres.h>
#include
<utils/inval.h>
#include
<utils/portal.h>
#include
<storage/proc.h>
#include
<catalog/heap.h>
#include
<utils/relcache.h>
#include
<commands/async.h>
#include
<commands/sequence.h>
#include
<libpq/be-fsstubs.h>
#include
"postgres.h"
#include
"utils/inval.h"
#include
"utils/portal.h"
#include
"storage/proc.h"
#include
"catalog/heap.h"
#include
"utils/relcache.h"
#include
"commands/async.h"
#include
"commands/sequence.h"
#include
"libpq/be-fsstubs.h"
extern
bool
SharedBufferChanged
;
...
...
src/backend/access/transam/xid.c
View file @
a9591ce6
...
...
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: xid.c,v 1.2
4 1999/07/15 15:18:45
momjian Exp $
* $Id: xid.c,v 1.2
5 1999/07/15 23:03:04
momjian Exp $
*
* OLD COMMENTS
* XXX WARNING
...
...
@@ -20,8 +20,8 @@
#include <stdio.h>
#include
<postgres.h>
#include
<access/xact.h>
#include
"postgres.h"
#include
"access/xact.h"
extern
TransactionId
NullTransactionId
;
extern
TransactionId
DisabledTransactionId
;
...
...
src/backend/catalog/catalog.c
View file @
a9591ce6
...
...
@@ -7,20 +7,20 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.2
1 1999/05/25 16:08:01
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/catalog/catalog.c,v 1.2
2 1999/07/15 23:03:04
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#include <miscadmin.h>
/* for DataDir */
#include
<utils/syscache.h>
#include
"utils/syscache.h"
#include <catalog/catname.h>
/* NameIs{,Shared}SystemRelationName */
#include
<catalog/pg_type.h>
#include
<catalog/catalog.h>
#include
<access/transam.h>
#include
"catalog/pg_type.h"
#include
"catalog/catalog.h"
#include
"access/transam.h"
/*
* relpath - path to the relation
...
...
src/backend/catalog/pg_aggregate.c
View file @
a9591ce6
...
...
@@ -7,20 +7,20 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_aggregate.c,v 1.2
1 1999/07/15 22:38:58
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_aggregate.c,v 1.2
2 1999/07/15 23:03:04
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<access/heapam.h>
#include
<utils/builtins.h>
#include
<catalog/catname.h>
#include
<utils/syscache.h>
#include
<catalog/pg_proc.h>
#include
<catalog/pg_type.h>
#include
<catalog/pg_aggregate.h>
#include
<miscadmin.h>
#include
"access/heapam.h"
#include
"utils/builtins.h"
#include
"catalog/catname.h"
#include
"utils/syscache.h"
#include
"catalog/pg_proc.h"
#include
"catalog/pg_type.h"
#include
"catalog/pg_aggregate.h"
#include
"miscadmin.h"
#ifndef HAVE_MEMMOVE
#else
#include <string.h>
...
...
src/backend/commands/_deadcode/recipe.c
View file @
a9591ce6
...
...
@@ -7,28 +7,28 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.
4 1999/05/25 22:40:56
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/recipe.c,v 1.
5 1999/07/15 23:03:09
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
<nodes/parsenodes.h>
#include
<nodes/plannodes.h>
#include
<nodes/execnodes.h>
#include
<nodes/makefuncs.h>
#include
<catalog/pg_type.h>
#include
<commands/recipe.h>
#include
<libpq/libpq-be.h>
#include
<parser/parse_node.h>
#include
<utils/builtins.h>
#include
"postgres.h"
#include
"nodes/parsenodes.h"
#include
"nodes/plannodes.h"
#include
"nodes/execnodes.h"
#include
"nodes/makefuncs.h"
#include
"catalog/pg_type.h"
#include
"commands/recipe.h"
#include
"libpq/libpq-be.h"
#include
"parser/parse_node.h"
#include
"utils/builtins.h"
#include <utils/relcache.h>
/* for RelationNameGetRelation */
#include
<rewrite/rewriteHandler.h>
#include
<rewrite/rewriteManip.h>
#include
<tcop/pquery.h>
#include
<tcop/dest.h>
#include
<optimizer/planner.h>
#include
<executor/executor.h>
#include
"rewrite/rewriteHandler.h"
#include
"rewrite/rewriteManip.h"
#include
"tcop/pquery.h"
#include
"tcop/dest.h"
#include
"optimizer/planner.h"
#include
"executor/executor.h"
/* from tcop/postgres.c */
extern
CommandDest
whereToSendOutput
;
...
...
@@ -43,7 +43,7 @@ beginRecipe(RecipeStmt *stmt)
#else
#include
<tioga/tgRecipe.h>
#include
"tioga/tgRecipe.h"
#define DEBUG_RECIPE 1
...
...
src/backend/commands/_deadcode/version.c
View file @
a9591ce6
...
...
@@ -9,7 +9,7 @@
* doesn't work! - jolly 8/19/95
*
*
* $Id: version.c,v 1.2
0 1999/07/15 22:39:03
momjian Exp $
* $Id: version.c,v 1.2
1 1999/07/15 23:03:09
momjian Exp $
*
* NOTES
* At the point the version is defined, 2 physical relations are created
...
...
@@ -23,7 +23,7 @@
#include <stdio.h>
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#define MAX_QUERY_LEN 1024
...
...
src/backend/commands/async.c
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
* Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.4
8 1999/07/15 22:38:59
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.4
9 1999/07/15 23:03:06
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -94,8 +94,8 @@
#include "libpq/pqformat.h"
#include "miscadmin.h"
#include "utils/syscache.h"
#include
<utils/trace.h>
#include
<utils/ps_status.h>
#include
"utils/trace.h"
#include
"utils/ps_status.h"
/* stuff that we really ought not be touching directly :-( */
extern
TransactionState
CurrentTransactionState
;
...
...
src/backend/commands/cluster.c
View file @
a9591ce6
...
...
@@ -14,25 +14,25 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.4
1 1999/07/15 22:39:00
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.4
2 1999/07/15 23:03:06
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <string.h>
#include
<postgres.h>
#include
<catalog/heap.h>
#include
<access/heapam.h>
#include
<access/genam.h>
#include
<utils/syscache.h>
#include
<catalog/index.h>
#include
<catalog/pg_type.h>
#include
<commands/cluster.h>
#include
<commands/rename.h>
#include
<utils/builtins.h>
#include
<catalog/pg_proc.h>
#include
<optimizer/internal.h>
#include
"postgres.h"
#include
"catalog/heap.h"
#include
"access/heapam.h"
#include
"access/genam.h"
#include
"utils/syscache.h"
#include
"catalog/index.h"
#include
"catalog/pg_type.h"
#include
"commands/cluster.h"
#include
"commands/rename.h"
#include
"utils/builtins.h"
#include
"catalog/pg_proc.h"
#include
"optimizer/internal.h"
#ifndef NO_SECURITY
#endif
/* !NO_SECURITY */
...
...
src/backend/commands/command.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.
49 1999/07/15 22:39:00
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.
50 1999/07/15 23:03:07
momjian Exp $
*
* NOTES
* The PortalExecutorHeapMemory crap needs to be eliminated
...
...
@@ -36,7 +36,7 @@
#include "utils/temprel.h"
#include "utils/syscache.h"
#include "miscadmin.h"
#include
"string.h"
#include
<string.h>
/* ----------------
* PortalExecutorHeapMemory stuff
...
...
src/backend/commands/copy.c
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.8
2 1999/07/15 22:39:01
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.8
3 1999/07/15 23:03:07
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -14,24 +14,24 @@
#include <string.h>
#include <unistd.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<access/heapam.h>
#include
<miscadmin.h>
#include
<utils/builtins.h>
#include
<utils/acl.h>
#include
"access/heapam.h"
#include
"miscadmin.h"
#include
"utils/builtins.h"
#include
"utils/acl.h"
#include <sys/stat.h>
#include
<catalog/pg_index.h>
#include
<utils/syscache.h>
#include
<executor/executor.h>
#include
<catalog/index.h>
#include
<access/genam.h>
#include
<catalog/pg_type.h>
#include
<catalog/catname.h>
#include
<catalog/pg_shadow.h>
#include
<commands/copy.h>
#include
"catalog/pg_index.h"
#include
"utils/syscache.h"
#include
"executor/executor.h"
#include
"catalog/index.h"
#include
"access/genam.h"
#include
"catalog/pg_type.h"
#include
"catalog/catname.h"
#include
"catalog/pg_shadow.h"
#include
"commands/copy.h"
#include "commands/trigger.h"
#include
<libpq/libpq.h>
#include
"libpq/libpq.h"
#ifdef MULTIBYTE
#endif
...
...
src/backend/commands/creatinh.c
View file @
a9591ce6
...
...
@@ -7,23 +7,23 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.4
2 1999/07/15 22:39:01
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/creatinh.c,v 1.4
3 1999/07/15 23:03:07
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<catalog/heap.h>
#include
<commands/creatinh.h>
#include
<access/heapam.h>
#include
<utils/syscache.h>
#include
<catalog/catname.h>
#include
<catalog/pg_type.h>
#include
<catalog/pg_inherits.h>
#include
<catalog/pg_ipl.h>
#include
"catalog/heap.h"
#include
"commands/creatinh.h"
#include
"access/heapam.h"
#include
"utils/syscache.h"
#include
"catalog/catname.h"
#include
"catalog/pg_type.h"
#include
"catalog/pg_inherits.h"
#include
"catalog/pg_ipl.h"
/* ----------------
* local stuff
...
...
src/backend/commands/define.c
View file @
a9591ce6
...
...
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.3
0 1999/07/15 15:18:53
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/define.c,v 1.3
1 1999/07/15 23:03:08
momjian Exp $
*
* DESCRIPTION
* The "DefineFoo" routines take the parse tree and pick out the
...
...
@@ -37,22 +37,22 @@
#include <string.h>
#include <math.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<access/heapam.h>
#include
<catalog/catname.h>
#include
<catalog/pg_aggregate.h>
#include
<catalog/pg_operator.h>
#include
<catalog/pg_proc.h>
#include
<catalog/pg_type.h>
#include
<catalog/pg_language.h>
#include
<utils/syscache.h>
#include
"access/heapam.h"
#include
"catalog/catname.h"
#include
"catalog/pg_aggregate.h"
#include
"catalog/pg_operator.h"
#include
"catalog/pg_proc.h"
#include
"catalog/pg_type.h"
#include
"catalog/pg_language.h"
#include
"utils/syscache.h"
#include <fmgr.h>
/* for fmgr */
#include <utils/builtins.h>
/* prototype for textin() */
#include
<commands/defrem.h>
#include
<tcop/dest.h>
#include
<catalog/pg_shadow.h>
#include
<optimizer/cost.h>
#include
"commands/defrem.h"
#include
"tcop/dest.h"
#include
"catalog/pg_shadow.h"
#include
"optimizer/cost.h"
static
char
*
defGetString
(
DefElem
*
def
);
static
int
defGetTypeLength
(
DefElem
*
def
);
...
...
src/backend/commands/explain.c
View file @
a9591ce6
...
...
@@ -4,21 +4,21 @@
*
* Copyright (c) 1994-5, Regents of the University of California
*
* $Id: explain.c,v 1.
39 1999/07/15 22:39:01
momjian Exp $
* $Id: explain.c,v 1.
40 1999/07/15 23:03:08
momjian Exp $
*
*/
#include <stdio.h>
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<nodes/print.h>
#include
<lib/stringinfo.h>
#include
<commands/explain.h>
#include
<parser/parsetree.h>
#include
<optimizer/planner.h>
#include
<utils/relcache.h>
#include
<rewrite/rewriteHandler.h>
#include
"nodes/print.h"
#include
"lib/stringinfo.h"
#include
"commands/explain.h"
#include
"parser/parsetree.h"
#include
"optimizer/planner.h"
#include
"utils/relcache.h"
#include
"rewrite/rewriteHandler.h"
typedef
struct
ExplainState
{
...
...
src/backend/commands/indexcmds.c
View file @
a9591ce6
...
...
@@ -7,28 +7,28 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.
5 1999/07/15 22:39:01
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.
6 1999/07/15 23:03:08
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <string.h>
#include
<postgres.h>
#include
<access/genam.h>
#include
<access/heapam.h>
#include
<utils/builtins.h>
#include
<utils/syscache.h>
#include
<catalog/heap.h>
#include
<catalog/index.h>
#include
<catalog/pg_index.h>
#include
<catalog/pg_proc.h>
#include
<catalog/pg_type.h>
#include
<catalog/pg_opclass.h>
#include
<commands/defrem.h>
#include
"postgres.h"
#include
"access/genam.h"
#include
"access/heapam.h"
#include
"utils/builtins.h"
#include
"utils/syscache.h"
#include
"catalog/heap.h"
#include
"catalog/index.h"
#include
"catalog/pg_index.h"
#include
"catalog/pg_proc.h"
#include
"catalog/pg_type.h"
#include
"catalog/pg_opclass.h"
#include
"commands/defrem.h"
#include <parser/parsetree.h>
/* for getrelid() */
#include
<optimizer/prep.h>
#include
<optimizer/clauses.h>
#include
"optimizer/prep.h"
#include
"optimizer/clauses.h"
#define IsFuncIndex(ATTR_LIST) (((IndexElem*)lfirst(ATTR_LIST))->args!=NULL)
...
...
src/backend/commands/rename.c
View file @
a9591ce6
...
...
@@ -7,23 +7,23 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.2
7 1999/07/15 22:39:02
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/rename.c,v 1.2
8 1999/07/15 23:03:08
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
<access/heapam.h>
#include
<catalog/catname.h>
#include
<utils/syscache.h>
#include
<catalog/heap.h>
#include
<catalog/indexing.h>
#include
<catalog/catalog.h>
#include
<commands/rename.h>
#include
<miscadmin.h>
#include
"postgres.h"
#include
"access/heapam.h"
#include
"catalog/catname.h"
#include
"utils/syscache.h"
#include
"catalog/heap.h"
#include
"catalog/indexing.h"
#include
"catalog/catalog.h"
#include
"commands/rename.h"
#include
"miscadmin.h"
#include <optimizer/prep.h>
/* for find_all_inheritors */
#ifndef NO_SECURITY
#include
<utils/acl.h>
#include
"utils/acl.h"
#endif
/* !NO_SECURITY */
#ifndef HAVE_MEMMOVE
#else
...
...
src/backend/commands/sequence.c
View file @
a9591ce6
...
...
@@ -8,14 +8,14 @@
#include <stdio.h>
#include <string.h>
#include
<postgres.h>
#include
<miscadmin.h>
#include
<access/heapam.h>
#include
<commands/creatinh.h>
#include
<commands/sequence.h>
#include
<utils/builtins.h>
#include
<utils/acl.h>
#include
"postgres.h"
#include
"miscadmin.h"
#include
"access/heapam.h"
#include
"commands/creatinh.h"
#include
"commands/sequence.h"
#include
"utils/builtins.h"
#include
"utils/acl.h"
#define SEQ_MAGIC 0x1717
...
...
src/backend/commands/user.c
View file @
a9591ce6
...
...
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: user.c,v 1.
29 1999/07/15 22:39:02
momjian Exp $
* $Id: user.c,v 1.
30 1999/07/15 23:03:08
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -16,18 +16,18 @@
#include <fcntl.h>
#include <unistd.h>
#include
<postgres.h>
#include
<miscadmin.h>
#include
<catalog/catname.h>
#include
<catalog/pg_database.h>
#include
<catalog/pg_shadow.h>
#include
<libpq/crypt.h>
#include
<access/heapam.h>
#include
<tcop/tcopprot.h>
#include
<utils/acl.h>
#include
<utils/syscache.h>
#include
<commands/user.h>
#include
"postgres.h"
#include
"miscadmin.h"
#include
"catalog/catname.h"
#include
"catalog/pg_database.h"
#include
"catalog/pg_shadow.h"
#include
"libpq/crypt.h"
#include
"access/heapam.h"
#include
"tcop/tcopprot.h"
#include
"utils/acl.h"
#include
"utils/syscache.h"
#include
"commands/user.h"
static
void
CheckPgUserAclNotNull
(
void
);
...
...
src/backend/commands/view.c
View file @
a9591ce6
...
...
@@ -5,24 +5,24 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: view.c,v 1.3
4 1999/07/15 22:39:03
momjian Exp $
* $Id: view.c,v 1.3
5 1999/07/15 23:03:08
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include <string.h>
#include
<postgres.h>
#include
<catalog/heap.h>
#include
<access/xact.h>
#include
<parser/parse_relation.h>
#include
<parser/parse_type.h>
#include
<rewrite/rewriteDefine.h>
#include
<rewrite/rewriteManip.h>
#include
<rewrite/rewriteRemove.h>
#include
<commands/creatinh.h>
#include
<commands/view.h>
#include
"postgres.h"
#include
"catalog/heap.h"
#include
"access/xact.h"
#include
"parser/parse_relation.h"
#include
"parser/parse_type.h"
#include
"rewrite/rewriteDefine.h"
#include
"rewrite/rewriteManip.h"
#include
"rewrite/rewriteRemove.h"
#include
"commands/creatinh.h"
#include
"commands/view.h"
/*---------------------------------------------------------------------
* DefineVirtualRelation
...
...
src/backend/lib/bit.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.
7 1999/07/15 22:39:11
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/bit.c,v 1.
8 1999/07/15 23:03:10
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -15,9 +15,9 @@
/*
* utils/memutils.h contains declarations of the functions in this file
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<utils/bit.h>
#include
"utils/bit.h"
void
BitArraySetBit
(
BitArray
bitArray
,
BitIndex
bitIndex
)
...
...
src/backend/lib/dllist.c
View file @
a9591ce6
...
...
@@ -9,13 +9,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.1
4 1999/06/03 01:28:24 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/lib/dllist.c,v 1.1
5 1999/07/15 23:03:11 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
<lib/dllist.h>
#include
"postgres.h"
#include
"lib/dllist.h"
/* When this file is compiled for inclusion in libpq,
* it can't use assert checking. Probably this fix ought to be
...
...
src/backend/lib/fstack.c
View file @
a9591ce6
...
...
@@ -7,13 +7,13 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/fstack.c,v 1.1
1 1999/05/25 16:08:52
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/fstack.c,v 1.1
2 1999/07/15 23:03:11
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<lib/fstack.h>
#include
"lib/fstack.h"
/*
* Internal function definitions
...
...
src/backend/lib/hasht.c
View file @
a9591ce6
...
...
@@ -8,14 +8,14 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/hasht.c,v 1.
9 1999/07/15 22:39
:12 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/hasht.c,v 1.
10 1999/07/15 23:03
:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<utils/memutils.h>
#include
<lib/hasht.h>
#include
"utils/memutils.h"
#include
"lib/hasht.h"
/* -----------------------------------
* HashTableWalk
...
...
src/backend/lib/lispsort.c
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.1
1 1999/07/15 22:39
:12 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.1
2 1999/07/15 23:03
:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <sys/types.h>
#include
<postgres.h>
#include
"postgres.h"
#ifdef NOT_USED
...
...
src/backend/libpq/auth.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.3
7 1999/05/26 12:55:15
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.3
8 1999/07/15 23:03:12
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -30,14 +30,14 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include
<postgres.h>
#include
<miscadmin.h>
#include
"postgres.h"
#include
"miscadmin.h"
#include
<libpq/auth.h>
#include
<libpq/libpq.h>
#include
<libpq/hba.h>
#include
<libpq/password.h>
#include
<libpq/crypt.h>
#include
"libpq/auth.h"
#include
"libpq/libpq.h"
#include
"libpq/hba.h"
#include
"libpq/password.h"
#include
"libpq/crypt.h"
static
void
sendAuthRequest
(
Port
*
port
,
AuthRequest
areq
,
PacketDoneProc
handler
);
...
...
@@ -62,7 +62,7 @@ static void auth_failed(Port *port);
*----------------------------------------------------------------
*/
#include
<krb.h>
#include
"krb.h"
/*
* pg_krb4_recvauth -- server routine to receive authentication information
...
...
@@ -149,7 +149,7 @@ pg_krb4_recvauth(Port *port)
*----------------------------------------------------------------
*/
#include
<krb5/krb5.h>
#include
"krb5/krb5.h"
/*
* pg_an_to_ln -- return the local name corresponding to an authentication
...
...
src/backend/libpq/be-dumpdata.c
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: be-dumpdata.c,v 1.2
7 1999/07/15 22:39
:13 momjian Exp $
* $Id: be-dumpdata.c,v 1.2
8 1999/07/15 23:03
:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -29,13 +29,13 @@
*/
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<lib/dllist.h>
#include
<libpq/libpq.h>
#include
<access/heapam.h>
#include
<catalog/catalog.h>
#include
<access/printtup.h>
#include
"lib/dllist.h"
#include
"libpq/libpq.h"
#include
"access/heapam.h"
#include
"catalog/catalog.h"
#include
"access/printtup.h"
/* ----------------
* backend portal stack for recursive PQexec calls
...
...
src/backend/libpq/be-fsstubs.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.3
7 1999/07/15 22:39
:13 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.3
8 1999/07/15 23:03
:13 momjian Exp $
*
* NOTES
* This should be moved to a more appropriate place. It is here
...
...
@@ -35,12 +35,12 @@
#include <unistd.h>
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#include
<libpq/libpq-fs.h>
#include
"libpq/libpq-fs.h"
#include <catalog/pg_shadow.h>
/* for superuser() */
#include
<storage/large_object.h>
#include
<libpq/be-fsstubs.h>
#include
"storage/large_object.h"
#include
"libpq/be-fsstubs.h"
/* [PA] is Pascal Andr <andre@via.ecp.fr> */
...
...
src/backend/libpq/be-pqexec.c
View file @
a9591ce6
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/be-pqexec.c,v 1.2
1 1999/07/15 22:39:14
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/be-pqexec.c,v 1.2
2 1999/07/15 23:03:13
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -20,12 +20,12 @@
* NOTES
* These routines are compiled into the postgres backend.
*/
#include
<postgres.h>
#include
"postgres.h"
#include
<tcop/fastpath.h>
#include
<tcop/tcopprot.h>
#include
<libpq/libpq.h>
#include
<utils/builtins.h>
#include
"tcop/fastpath.h"
#include
"tcop/tcopprot.h"
#include
"libpq/libpq.h"
#include
"utils/builtins.h"
#ifndef HAVE_MEMMOVE
#else
#include <string.h>
...
...
src/backend/libpq/hba.c
View file @
a9591ce6
...
...
@@ -5,7 +5,7 @@
* wherein you authenticate a user by seeing what IP address the system
* says he comes from and possibly using ident).
*
* $Id: hba.c,v 1.4
4 1999/07/15 22:39:14
momjian Exp $
* $Id: hba.c,v 1.4
5 1999/07/15 23:03:13
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -20,9 +20,9 @@
#include <arpa/inet.h>
#include <unistd.h>
#include
<postgres.h>
#include
<miscadmin.h>
#include
<libpq/libpq.h>
#include
"postgres.h"
#include
"miscadmin.h"
#include
"libpq/libpq.h"
/* Some standard C libraries, including GNU, have an isblank() function.
Others, including Solaris, do not. So we have our own.
...
...
src/backend/libpq/password.c
View file @
a9591ce6
/*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: password.c,v 1.2
2 1999/07/15 22:39
:14 momjian Exp $
* $Id: password.c,v 1.2
3 1999/07/15 23:03
:14 momjian Exp $
*
*/
#include
<postgres.h>
#include
<miscadmin.h>
#include
<libpq/password.h>
#include
<libpq/libpq.h>
#include
"postgres.h"
#include
"miscadmin.h"
#include
"libpq/password.h"
#include
"libpq/libpq.h"
#include <string.h>
#include <unistd.h>
#ifdef HAVE_CRYPT_H
...
...
src/backend/libpq/portal.c
View file @
a9591ce6
...
...
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: portal.c,v 1.2
3 1999/07/15 22:39
:14 momjian Exp $
* $Id: portal.c,v 1.2
4 1999/07/15 23:03
:14 momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -53,7 +53,7 @@
#include <stdio.h>
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#include <libpq/libpq.h>
/* where the declarations go */
...
...
src/backend/libpq/portalbuf.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.1
7 1999/07/15 22:39:15
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.1
8 1999/07/15 23:03:14
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -50,7 +50,7 @@
#include <string.h>
#include <sys/types.h>
#include
<postgres.h>
#include
"postgres.h"
#include <libpq/libpq.h>
/* where the declarations go */
...
...
src/backend/libpq/pqpacket.c
View file @
a9591ce6
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.2
0 1999/07/15 22:39:15
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/pqpacket.c,v 1.2
1 1999/07/15 23:03:14
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -23,8 +23,8 @@
#include <fcntl.h>
#include <errno.h>
#include
<postgres.h>
#include
<libpq/libpq.h>
#include
"postgres.h"
#include
"libpq/libpq.h"
/*
...
...
src/backend/libpq/pqsignal.c
View file @
a9591ce6
...
...
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.1
1 1999/02/13 23:15:48
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/pqsignal.c,v 1.1
2 1999/07/15 23:03:14
momjian Exp $
*
* NOTES
* This shouldn't be in libpq, but the monitor and some other
...
...
@@ -37,11 +37,11 @@
* is to do signal-handler reinstallation, which doesn't work well
* at all.
* ------------------------------------------------------------------------*/
#include
<postgres.h>
#include
"postgres.h"
#include <signal.h>
#include
<libpq/pqsignal.h>
#include
"libpq/pqsignal.h"
pqsigfunc
pqsignal
(
int
signo
,
pqsigfunc
func
)
...
...
src/backend/libpq/util.c
View file @
a9591ce6
...
...
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: util.c,v 1.1
0 1999/07/15 22:39:15
momjian Exp $
* $Id: util.c,v 1.1
1 1999/07/15 23:03:14
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -20,7 +20,7 @@
#include <stdio.h>
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#include <libpq/libpq.h>
/* where the declarations go */
...
...
src/backend/main/main.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.2
4 1999/07/13 20:12:46
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.2
5 1999/07/15 23:03:15
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -17,7 +17,7 @@
#if defined(__alpha__) && !defined(linux)
#include <sys/sysinfo.h>
#include
<machine/hal_sysinfo.h>
#include
"machine/hal_sysinfo.h"
#define ASSEMBLER
#include <sys/proc.h>
#undef ASSEMBLER
...
...
src/backend/optimizer/plan/createplan.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.
59 1999/07/15 22:39:2
6 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.
60 1999/07/15 23:03:1
6 momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -16,7 +16,7 @@
#include "postgres.h"
#include
<utils/syscache.h>
#include
"utils/syscache.h"
#include "nodes/nodeFuncs.h"
...
...
src/backend/optimizer/util/clauses.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.3
8 1999/07/15 22:39:29
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/util/clauses.c,v 1.3
9 1999/07/15 23:03:17
momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
...
...
@@ -18,7 +18,7 @@
#include "postgres.h"
#include
<catalog/pg_operator.h>
#include
"catalog/pg_operator.h"
#include "nodes/plannodes.h"
#include "nodes/makefuncs.h"
#include "nodes/nodeFuncs.h"
...
...
src/backend/port/dynloader/aix.c
View file @
a9591ce6
...
...
@@ -9,9 +9,9 @@
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include
<sys/ldr.h>
#include
"sys/ldr.h"
#include <a.out.h>
#include
<ldfcn.h>
#include
"ldfcn.h"
#include "postgres.h"
#include "dynloader.h"
...
...
src/backend/port/dynloader/bsd.c
View file @
a9591ce6
...
...
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
#include <sys/types.h>
#include <nlist.h>
#include
<link.h>
#include
"link.h"
#include <dlfcn.h>
#include <stdio.h>
...
...
src/backend/port/dynloader/bsd.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bsd.h,v 1.
3 1999/02/13 23:17:16
momjian Exp $
* $Id: bsd.h,v 1.
4 1999/07/15 23:03:19
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -15,7 +15,7 @@
#include <sys/types.h>
#include <nlist.h>
#include
<link.h>
#include
"link.h"
#include "postgres.h"
...
...
src/backend/port/dynloader/freebsd.c
View file @
a9591ce6
...
...
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
#include <sys/types.h>
#include <nlist.h>
#include
<link.h>
#include
"link.h"
#include <dlfcn.h>
#include <stdio.h>
...
...
src/backend/port/dynloader/freebsd.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: freebsd.h,v 1.
2 1999/02/13 23:17:19
momjian Exp $
* $Id: freebsd.h,v 1.
3 1999/07/15 23:03:20
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -15,7 +15,7 @@
#include <sys/types.h>
#include <nlist.h>
#include
<link.h>
#include
"link.h"
#include "postgres.h"
...
...
src/backend/port/dynloader/hpux.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.
7 1999/02/13 23:17
:20 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.
8 1999/07/15 23:03
:20 momjian Exp $
*
* NOTES
* all functions are defined here -- it's impossible to trace the
...
...
@@ -18,7 +18,7 @@
/* System includes */
#include <stdio.h>
#include <a.out.h>
#include
<dl.h>
#include
"dl.h"
#include "postgres.h"
#include "fmgr.h"
#include "utils/dynamic_loader.h"
...
...
src/backend/port/dynloader/linux.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: linux.h,v 1.
5 1999/02/13 23:17:23
momjian Exp $
* $Id: linux.h,v 1.
6 1999/07/15 23:03:20
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -16,7 +16,7 @@
#include "fmgr.h"
/* for func_ptr */
#include "utils/dynamic_loader.h"
#ifdef __ELF__
#include
"dlfcn.h"
#include
<dlfcn.h>
#endif
/* dynloader.c */
...
...
src/backend/port/dynloader/nextstep.c
View file @
a9591ce6
#include
<mach-o/rld.h>
#include
<streams/streams.h>
#include
"mach-o/rld.h"
#include
"streams/streams.h"
#include <stdlib.h>
static
char
*
lastError
=
NULL
;
...
...
src/backend/port/dynloader/ultrix4.c
View file @
a9591ce6
...
...
@@ -9,14 +9,14 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.
6 1999/07/15 15:19:36
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.
7 1999/07/15 23:03:20
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include
<postgres.h>
#include
"postgres.h"
#include "dl.h"
#include
<utils/dynamic_loader.h>
#include
"utils/dynamic_loader.h"
#include "postgres.h"
#include "fmgr.h"
#include "port-protos.h"
...
...
src/backend/port/dynloader/ultrix4.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: ultrix4.h,v 1.
3 1999/02/13 23:17:29
momjian Exp $
* $Id: ultrix4.h,v 1.
4 1999/07/15 23:03:21
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -35,11 +35,11 @@
#define _DL_HEADER_
#include <stdio.h>
/* needed to declare FILE for ldfcn.h */
#include
<filehdr.h>
#include
<syms.h>
#include
<ldfcn.h>
#include
<reloc.h>
#include
<scnhdr.h>
#include
"filehdr.h"
#include
"syms.h"
#include
"ldfcn.h"
#include
"reloc.h"
#include
"scnhdr.h"
typedef
long
CoreAddr
;
...
...
src/backend/port/nextstep/port.c
View file @
a9591ce6
#ifndef _POSIX_SOURCE
#include
<libc.h>
#include
"libc.h"
#else
#include <unistd.h>
#include <stdlib.h>
...
...
src/backend/port/strerror.c
View file @
a9591ce6
/* $Id: strerror.c,v 1.
5 1998/09/01 03:24:33
momjian Exp $ */
/* $Id: strerror.c,v 1.
6 1999/07/15 23:03:18
momjian Exp $ */
/*
* strerror - map error number to descriptive string
...
...
@@ -9,9 +9,9 @@
* modified for ANSI by D'Arcy J.M. Cain
*/
#include
<string.h>
#include
<stdio.h>
#include
<errno.h>
#include
<string.h>
#include
<stdio.h>
#include
<errno.h>
extern
const
char
*
const
sys_errlist
[];
extern
int
sys_nerr
;
...
...
src/backend/postmaster/postmaster.c
View file @
a9591ce6
...
...
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.1
09 1999/07/15 15:19:38
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.1
10 1999/07/15 23:03:22
momjian Exp $
*
* NOTES
*
...
...
@@ -74,7 +74,7 @@
#endif
#ifdef __CYGWIN32__
#include
<getopt.h>
#include
"getopt.h"
#endif
#include "storage/ipc.h"
...
...
src/backend/regex/regcomp.c
View file @
a9591ce6
...
...
@@ -50,11 +50,11 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
#include <stdlib.h>
#include <assert.h>
#include
<regex/regex.h>
#include
<regex/utils.h>
#include
<regex/regex2.h>
#include
<regex/cclass.h>
#include
<regex/cname.h>
#include
"regex/regex.h"
#include
"regex/utils.h"
#include
"regex/regex2.h"
#include
"regex/cclass.h"
#include
"regex/cname.h"
/*
* parse structure, passed up and down to avoid global variables and
...
...
src/backend/regex/regerror.c
View file @
a9591ce6
...
...
@@ -50,9 +50,9 @@ static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94";
#include <stdlib.h>
#include <assert.h>
#include
<regex/regex.h>
#include
<regex/utils.h>
#include
<regex/regex2.h>
#include
"regex/regex.h"
#include
"regex/utils.h"
#include
"regex/regex2.h"
/* ========= begin header generated by ./mkh ========= */
#ifdef __cplusplus
...
...
src/backend/regex/regexec.c
View file @
a9591ce6
...
...
@@ -57,9 +57,9 @@ static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
#include <ctype.h>
#include <assert.h>
#include
<regex/regex.h>
#include
<regex/utils.h>
#include
<regex/regex2.h>
#include
"regex/regex.h"
#include
"regex/utils.h"
#include
"regex/regex2.h"
static
int
nope
=
0
;
/* for use in asserts; shuts lint up */
...
...
src/backend/regex/regfree.c
View file @
a9591ce6
...
...
@@ -46,9 +46,9 @@ static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94";
#include <stdio.h>
#include <stdlib.h>
#include
<regex/regex.h>
#include
<regex/utils.h>
#include
<regex/regex2.h>
#include
"regex/regex.h"
#include
"regex/utils.h"
#include
"regex/regex2.h"
/*
- regfree - free everything
...
...
src/backend/regex/retest.c
View file @
a9591ce6
/*
* a simple regexp debug program
*
* $Header: /cvsroot/pgsql/src/backend/regex/Attic/retest.c,v 1.
2 1999/05/25 16:10:45
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/regex/Attic/retest.c,v 1.
3 1999/07/15 23:03:24
momjian Exp $
*/
#include <stdio.h>
#include <string.h>
#include "postgres.h"
#include
<regex/regex.h>
#include
"regex/regex.h"
int
main
()
...
...
src/backend/utils/Gen_fmgrtab.sh.in
View file @
a9591ce6
...
...
@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh.in,v 1.1
5 1999/04/09 22:35:41 tgl
Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh.in,v 1.1
6 1999/07/15 23:03:25 momjian
Exp $
#
# NOTES
# Passes any -D options on to cpp prior to generating the list
...
...
@@ -83,7 +83,7 @@ cat > $HFILE <<FuNkYfMgRsTuFf
*
* Copyright (c) 1994, Regents of the University of California
*
*
$Id
: Gen_fmgrtab.sh.in,v 1.1
5 1999/04/09 22:35:41 tgl
Exp $
*
$Id
: Gen_fmgrtab.sh.in,v 1.1
6 1999/07/15 23:03:25 momjian
Exp $
*
* NOTES
* ******************************
...
...
@@ -206,7 +206,7 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
*
*
* IDENTIFICATION
*
$Header
: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh.in,v 1.1
5 1999/04/09 22:35:41 tgl
Exp $
*
$Header
: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh.in,v 1.1
6 1999/07/15 23:03:25 momjian
Exp $
*
* NOTES
*
...
...
@@ -225,7 +225,7 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
*/
#include <string.h>
#include
<postgres.h>
#include
"postgres.h"
#include "utils/fmgrtab.h"
FuNkYfMgRtAbStUfF
...
...
src/backend/utils/adt/acl.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.3
7 1999/07/09 03:28:51
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.3
8 1999/07/15 23:03:25
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -15,7 +15,7 @@
#include <string.h>
#include "postgres.h"
#include
<utils/memutils.h>
#include
"utils/memutils.h"
#include "utils/acl.h"
#include "utils/syscache.h"
#include "catalog/catalog.h"
...
...
src/backend/utils/adt/chunk.c
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/chunk.c,v 1.2
0 1999/05/25 16:11:55
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/chunk.c,v 1.2
1 1999/07/15 23:03:26
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -25,7 +25,7 @@
#include "utils/memutils.h"
#ifndef HAVE_MEMMOVE
#include
<regex/utils.h>
#include
"regex/utils.h"
#else
#include <string.h>
#endif
...
...
src/backend/utils/adt/filename.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/filename.c,v 1.
19 1999/07/15 15:20:15
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/filename.c,v 1.
20 1999/07/15 23:03:26
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -19,7 +19,7 @@
#include <sys/param.h>
#include "postgres.h"
#include
<miscadmin.h>
#include
"miscadmin.h"
#include "utils/builtins.h"
/* where function declarations go */
char
*
...
...
src/backend/utils/adt/inet_net_ntop.c
View file @
a9591ce6
...
...
@@ -16,7 +16,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static
const
char
rcsid
[]
=
"$Id: inet_net_ntop.c,v 1.
6 1999/05/25 16:12:04
momjian Exp $"
;
static
const
char
rcsid
[]
=
"$Id: inet_net_ntop.c,v 1.
7 1999/07/15 23:03:26
momjian Exp $"
;
#endif
...
...
@@ -30,8 +30,8 @@ static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.6 1999/05/25 16:12:04 momj
#include <string.h>
#include <stdlib.h>
#include
<postgres.h>
#include
<utils/builtins.h>
#include
"postgres.h"
#include
"utils/builtins.h"
#ifdef SPRINTF_CHAR
#define SPRINTF(x) strlen(sprintf
/**/
x)
...
...
src/backend/utils/adt/inet_net_pton.c
View file @
a9591ce6
...
...
@@ -16,7 +16,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
static
const
char
rcsid
[]
=
"$Id: inet_net_pton.c,v 1.
8 1999/05/25 16:12:05
momjian Exp $"
;
static
const
char
rcsid
[]
=
"$Id: inet_net_pton.c,v 1.
9 1999/07/15 23:03:27
momjian Exp $"
;
#endif
...
...
@@ -32,8 +32,8 @@ static const char rcsid[] = "$Id: inet_net_pton.c,v 1.8 1999/05/25 16:12:05 momj
#include <string.h>
#include <stdlib.h>
#include
<postgres.h>
#include
<utils/builtins.h>
#include
"postgres.h"
#include
"utils/builtins.h"
#ifdef SPRINTF_CHAR
#define SPRINTF(x) strlen(sprintf
/**/
x)
...
...
src/backend/utils/adt/mac.c
View file @
a9591ce6
/*
* PostgreSQL type definitions for MAC addresses.
*
* $Id: mac.c,v 1.1
1 1999/07/15 22:39:59
momjian Exp $
* $Id: mac.c,v 1.1
2 1999/07/15 23:03:27
momjian Exp $
*/
#include <stdio.h>
#include <string.h>
#include
<postgres.h>
#include
<utils/builtins.h>
#include
"postgres.h"
#include
"utils/builtins.h"
manufacturer
manufacturers
[]
=
{
{
0x00
,
0x00
,
0x0C
,
"Cisco"
},
...
...
src/backend/utils/adt/nabstime.c
View file @
a9591ce6
...
...
@@ -4,7 +4,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nabstime.c,v 1.5
7 1999/07/15 15:20:18
momjian Exp $
* $Id: nabstime.c,v 1.5
8 1999/07/15 23:03:27
momjian Exp $
*
*/
#include <stdio.h>
...
...
@@ -13,7 +13,7 @@
#include <sys/types.h>
#include "postgres.h"
#include
<miscadmin.h>
#include
"miscadmin.h"
#ifdef HAVE_FLOAT_H
#include <float.h>
#endif
...
...
src/backend/utils/adt/network.c
View file @
a9591ce6
...
...
@@ -3,7 +3,7 @@
* is for IP V4 CIDR notation, but prepared for V6: just
* add the necessary bits where the comments indicate.
*
* $Id: network.c,v 1.1
3 1999/07/15 22:40:00
momjian Exp $
* $Id: network.c,v 1.1
4 1999/07/15 23:03:27
momjian Exp $
* Jon Postel RIP 16 Oct 1998
*/
...
...
@@ -17,8 +17,8 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include
<postgres.h>
#include
<utils/builtins.h>
#include
"postgres.h"
#include
"utils/builtins.h"
static
int
v4bitncmp
(
unsigned
int
a1
,
unsigned
int
a2
,
int
bits
);
...
...
src/backend/utils/adt/regexp.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.2
4 1999/07/15 15:20:19
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/regexp.c,v 1.2
5 1999/07/15 23:03:27
momjian Exp $
*
* Alistair Crooks added the code for the regex caching
* agc - cached the regular expressions used - there's a good chance
...
...
@@ -30,7 +30,7 @@
#include <string.h>
#include "postgres.h"
/* postgres system include file */
#include
<regex/regex.h>
#include
"regex/regex.h"
#include "utils/builtins.h"
/* where the function declarations go */
...
...
src/backend/utils/cache/inval.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.2
4 1999/07/15 22:40:03
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/inval.c,v 1.2
5 1999/07/15 23:03:27
momjian Exp $
*
* Note - this code is real crufty...
*
...
...
@@ -15,7 +15,7 @@
*/
#include "postgres.h"
#include
<miscadmin.h>
#include
"miscadmin.h"
#include "catalog/catalog.h"
#include "catalog/heap.h"
...
...
src/backend/utils/hash/dynahash.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.2
4 1999/07/15 15:20:31
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.2
5 1999/07/15 23:03:29
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -39,15 +39,15 @@
* Modified by sullivan@postgres.berkeley.edu April 1990
* changed ctl structure for shared memory
*/
#include
<stdio.h>
#include
<sys/types.h>
#include
<string.h>
#include
"postgres.h"
#include
"utils/dynahash.h"
#include
"utils/hsearch.h"
#include <stdio.h>
#include <sys/types.h>
#include <string.h>
#include "postgres.h"
#include "utils/dynahash.h"
#include "utils/hsearch.h"
#ifndef FRONTEND
#endif
/* !FRONTEND */
#include
"utils/memutils.h"
#include "utils/memutils.h"
/*
* Fast MOD arithmetic, assuming that y is a power of 2 !
...
...
src/backend/utils/init/globals.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.3
2 1999/07/15 22:40:08
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.3
3 1999/07/15 23:03:30
momjian Exp $
*
* NOTES
* Globals used all over the place should be declared here and not
...
...
@@ -26,7 +26,7 @@
#include "postgres.h"
#include "miscadmin.h"
/* where the declarations go */
#include
<storage/backendid.h>
#include
"storage/backendid.h"
#include "storage/lmgr.h"
#include "libpq/pqcomm.h"
#include "catalog/catname.h"
...
...
src/backend/utils/init/postinit.c
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.4
2 1999/07/15 22:40:09
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.4
3 1999/07/15 23:03:30
momjian Exp $
*
* NOTES
* InitPostgres() is the function called from PostgresMain
...
...
@@ -37,10 +37,10 @@
#include "postgres.h"
#include "version.h"
#include
<storage/backendid.h>
#include
<storage/smgr.h>
#include
<storage/proc.h>
#include
<utils/relcache.h>
#include
"storage/backendid.h"
#include
"storage/smgr.h"
#include
"storage/proc.h"
#include
"utils/relcache.h"
#include "access/heapam.h"
#include "utils/syscache.h"
...
...
src/backend/utils/mb/utftest.c
View file @
a9591ce6
/*
* testing of utf2wchar()
* $Id: utftest.c,v 1.
2 1998/09/01 04:33:23
momjian Exp $
* $Id: utftest.c,v 1.
3 1999/07/15 23:03:31
momjian Exp $
*/
#include
<regex/regex.h>
#include
<regex/utils.h>
#include
<regex/regex2.h>
#include
"regex/regex.h"
#include
"regex/utils.h"
#include
"regex/regex2.h"
#include
<regex/pg_wchar.h>
#include
"regex/pg_wchar.h"
main
()
{
...
...
src/backend/utils/mb/wstrcmp.c
View file @
a9591ce6
...
...
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*/
#include
<mb/pg_wchar.h>
#include
"mb/pg_wchar.h"
int
pg_char_and_wchar_strcmp
(
s1
,
s2
)
...
...
src/backend/utils/mb/wstrncmp.c
View file @
a9591ce6
...
...
@@ -33,7 +33,7 @@
* SUCH DAMAGE.
*/
#include
<mb/pg_wchar.h>
#include
"mb/pg_wchar.h"
int
pg_wchar_strncmp
(
s1
,
s2
,
n
)
...
...
src/backend/utils/misc/superuser.c
View file @
a9591ce6
...
...
@@ -8,16 +8,16 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.
8 1999/02/13 23:20:06
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/misc/superuser.c,v 1.
9 1999/07/15 23:03:32
momjian Exp $
*
* DESCRIPTION
* See superuser().
*-------------------------------------------------------------------------
*/
#include
<postgres.h>
#include
<utils/syscache.h>
#include
<catalog/pg_shadow.h>
#include
"postgres.h"
#include
"utils/syscache.h"
#include
"catalog/pg_shadow.h"
bool
superuser
(
void
)
...
...
src/include/access/genam.h
View file @
a9591ce6
...
...
@@ -6,17 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: genam.h,v 1.1
8 1999/02/13 23:20:50
momjian Exp $
* $Id: genam.h,v 1.1
9 1999/07/15 23:03:33
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef GENAM_H
#define GENAM_H
#include
<access/sdir.h>
#include
<access/funcindex.h>
#include
<access/relscan.h>
#include
<access/itup.h>
#include
"access/sdir.h"
#include
"access/funcindex.h"
#include
"access/relscan.h"
#include
"access/itup.h"
/* ----------------
* generalized index_ interface routines
...
...
src/include/access/gist.h
View file @
a9591ce6
...
...
@@ -12,10 +12,10 @@
#ifndef GIST_H
#define GIST_H
#include
<access/funcindex.h>
#include
<access/itup.h>
#include
<access/relscan.h>
#include
<access/sdir.h>
#include
"access/funcindex.h"
#include
"access/itup.h"
#include
"access/relscan.h"
#include
"access/sdir.h"
/*
** You can have as many strategies as you please in GiSTs, as
...
...
src/include/access/gistscan.h
View file @
a9591ce6
...
...
@@ -11,7 +11,7 @@
*/
#ifndef GISTSCAN_H
#include
<access/relscan.h>
#include
"access/relscan.h"
extern
IndexScanDesc
gistbeginscan
(
Relation
r
,
bool
fromEnd
,
uint16
nkeys
,
ScanKey
key
);
...
...
src/include/access/giststrat.h
View file @
a9591ce6
...
...
@@ -12,7 +12,7 @@
#ifndef GISTSTRAT_H
#define GISTSTRAT_H
#include
<utils/rel.h>
#include
"utils/rel.h"
extern
StrategyNumber
RelationGetGISTStrategy
(
Relation
r
,
AttrNumber
attnum
,
RegProcedure
proc
);
...
...
src/include/access/hash.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: hash.h,v 1.2
5 1999/07/15 15:20:53
momjian Exp $
* $Id: hash.h,v 1.2
6 1999/07/15 23:03:34
momjian Exp $
*
* NOTES
* modeled after Margo Seltzer's hash implementation for unix.
...
...
@@ -16,11 +16,11 @@
#ifndef HASH_H
#define HASH_H
#include
<access/sdir.h>
#include
<access/funcindex.h>
#include
<access/relscan.h>
#include
<access/itup.h>
#include
<utils/int8.h>
#include
"access/sdir.h"
#include
"access/funcindex.h"
#include
"access/relscan.h"
#include
"access/itup.h"
#include
"utils/int8.h"
/*
* An overflow page is a spare page allocated for storing data whose
...
...
src/include/access/hio.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: hio.h,v 1.1
2 1999/07/15 15:20:5
4 momjian Exp $
* $Id: hio.h,v 1.1
3 1999/07/15 23:03:3
4 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HIO_H
#define HIO_H
#include
<access/htup.h>
#include
"access/htup.h"
extern
void
RelationPutHeapTuple
(
Relation
relation
,
Buffer
buffer
,
HeapTuple
tuple
);
...
...
src/include/access/htup.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: htup.h,v 1.2
3 1999/07/15 15:20:5
4 momjian Exp $
* $Id: htup.h,v 1.2
4 1999/07/15 23:03:3
4 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HTUP_H
#define HTUP_H
#include
<storage/bufpage.h>
#include
"storage/bufpage.h"
#define MinHeapTupleBitmapSize 32
/* 8 * 4 */
...
...
src/include/access/ibit.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: ibit.h,v 1.
9 1999/02/13 23:20:5
4 momjian Exp $
* $Id: ibit.h,v 1.
10 1999/07/15 23:03:3
4 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef IBIT_H
#define IBIT_H
#include
<utils/memutils.h>
#include
"utils/memutils.h"
typedef
struct
IndexAttributeBitMapData
{
...
...
src/include/access/iqual.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: iqual.h,v 1.1
1 1999/02/13 23:20:55
momjian Exp $
* $Id: iqual.h,v 1.1
2 1999/07/15 23:03:34
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef IQUAL_H
#define IQUAL_H
#include
<access/skey.h>
#include
<access/itup.h>
#include
"access/skey.h"
#include
"access/itup.h"
/* ----------------
...
...
src/include/access/istrat.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: istrat.h,v 1.1
4 1999/07/15 15:20:54
momjian Exp $
* $Id: istrat.h,v 1.1
5 1999/07/15 23:03:35
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ISTRAT_H
#define ISTRAT_H
#include
<utils/rel.h>
#include
"utils/rel.h"
/*
* StrategyNumberIsValid
...
...
src/include/access/itup.h
View file @
a9591ce6
...
...
@@ -6,17 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: itup.h,v 1.1
8 1999/07/15 15:20:54
momjian Exp $
* $Id: itup.h,v 1.1
9 1999/07/15 23:03:35
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ITUP_H
#define ITUP_H
#include
<access/ibit.h>
#include
<access/tupmacs.h>
#include
<access/tupdesc.h>
#include
<storage/itemptr.h>
#include
"access/ibit.h"
#include
"access/tupmacs.h"
#include
"access/tupdesc.h"
#include
"storage/itemptr.h"
#define MaxIndexAttributeNumber 7
...
...
src/include/access/nbtree.h
View file @
a9591ce6
...
...
@@ -6,17 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nbtree.h,v 1.2
8 1999/07/15 15:20:5
5 momjian Exp $
* $Id: nbtree.h,v 1.2
9 1999/07/15 23:03:3
5 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef NBTREE_H
#define NBTREE_H
#include
<access/sdir.h>
#include
<access/relscan.h>
#include
<access/funcindex.h>
#include
<access/itup.h>
#include
"access/sdir.h"
#include
"access/relscan.h"
#include
"access/funcindex.h"
#include
"access/itup.h"
/*
* BTPageOpaqueData -- At the end of every page, we store a pointer
...
...
src/include/access/printtup.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: printtup.h,v 1.1
0 1999/05/25 22:42:32
momjian Exp $
* $Id: printtup.h,v 1.1
1 1999/07/15 23:03:35
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PRINTTUP_H
#define PRINTTUP_H
#include
<tcop/dest.h>
#include
"tcop/dest.h"
extern
DestReceiver
*
printtup_create_DR
(
void
);
extern
void
showatts
(
char
*
name
,
TupleDesc
attinfo
);
...
...
src/include/access/relscan.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: relscan.h,v 1.1
6 1999/07/15 15:20:55
momjian Exp $
* $Id: relscan.h,v 1.1
7 1999/07/15 23:03:36
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RELSCAN_H
#define RELSCAN_H
#include
<utils/tqual.h>
#include
"utils/tqual.h"
typedef
ItemPointerData
MarkData
;
...
...
src/include/access/rtree.h
View file @
a9591ce6
...
...
@@ -6,17 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: rtree.h,v 1.1
5 1999/07/15 15:20:55
momjian Exp $
* $Id: rtree.h,v 1.1
6 1999/07/15 23:03:36
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTREE_H
#define RTREE_H
#include
<access/funcindex.h>
#include
<access/itup.h>
#include
<access/relscan.h>
#include
<access/sdir.h>
#include
"access/funcindex.h"
#include
"access/itup.h"
#include
"access/relscan.h"
#include
"access/sdir.h"
/* see rtstrat.c for what all this is about */
#define RTNStrategies 8
...
...
src/include/access/rtscan.h
View file @
a9591ce6
...
...
@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: rtscan.h,v 1.
6 1999/02/13 23:20:58
momjian Exp $
* $Id: rtscan.h,v 1.
7 1999/07/15 23:03:37
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTSCAN_H
#define RTSCAN_H
#include
<utils/rel.h>
#include
<storage/block.h>
#include
<storage/off.h>
#include
"utils/rel.h"
#include
"storage/block.h"
#include
"storage/off.h"
void
rtadjscans
(
Relation
r
,
int
op
,
BlockNumber
blkno
,
OffsetNumber
offnum
);
...
...
src/include/access/rtstrat.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: rtstrat.h,v 1.1
0 1999/07/15 15:20:55
momjian Exp $
* $Id: rtstrat.h,v 1.1
1 1999/07/15 23:03:37
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTSTRAT_H
#define RTSTRAT_H
#include
<utils/rel.h>
#include
"utils/rel.h"
extern
RegProcedure
RTMapOperator
(
Relation
r
,
AttrNumber
attnum
,
RegProcedure
proc
);
...
...
src/include/access/skey.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: skey.h,v 1.1
1 1999/02/13 23:20:58
momjian Exp $
* $Id: skey.h,v 1.1
2 1999/07/15 23:03:37
momjian Exp $
*
*
* Note:
...
...
@@ -16,8 +16,8 @@
#ifndef SKEY_H
#define SKEY_H
#include
<access/attnum.h>
#include
<fmgr.h>
#include
"access/attnum.h"
#include
"fmgr.h"
typedef
struct
ScanKeyData
{
...
...
src/include/access/strat.h
View file @
a9591ce6
...
...
@@ -7,14 +7,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: strat.h,v 1.1
5 1999/05/25 22:42:34
momjian Exp $
* $Id: strat.h,v 1.1
6 1999/07/15 23:03:38
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef STRAT_H
#define STRAT_H
#include
<access/skey.h>
#include
"access/skey.h"
typedef
uint16
StrategyNumber
;
...
...
src/include/access/transam.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: transam.h,v 1.2
2 1999/06/10 14:17:12 vadim
Exp $
* $Id: transam.h,v 1.2
3 1999/07/15 23:03:38 momjian
Exp $
*
* NOTES
* Transaction System Version 101 now support proper oid
...
...
@@ -17,7 +17,7 @@
#ifndef TRANSAM_H
#define TRANSAM_H
#include
<storage/bufmgr.h>
#include
"storage/bufmgr.h"
/* ----------------
* transaction system version id
...
...
src/include/access/tupdesc.h
View file @
a9591ce6
...
...
@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: tupdesc.h,v 1.2
2 1999/05/25 22:42:36
momjian Exp $
* $Id: tupdesc.h,v 1.2
3 1999/07/15 23:03:38
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TUPDESC_H
#define TUPDESC_H
#include
<nodes/pg_list.h>
#include
<access/attnum.h>
#include
<catalog/pg_attribute.h>
#include
"nodes/pg_list.h"
#include
"access/attnum.h"
#include
"catalog/pg_attribute.h"
typedef
struct
attrDefault
...
...
src/include/access/xact.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: xact.h,v 1.2
1 1999/07/15 15:20:56
momjian Exp $
* $Id: xact.h,v 1.2
2 1999/07/15 23:03:38
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef XACT_H
#define XACT_H
#include
<utils/nabstime.h>
#include
<access/transam.h>
#include
"utils/nabstime.h"
#include
"access/transam.h"
/* ----------------
* transaction state structure
...
...
src/include/bootstrap/bootstrap.h
View file @
a9591ce6
...
...
@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bootstrap.h,v 1.1
4 1999/02/13 23:21:0
0 momjian Exp $
* $Id: bootstrap.h,v 1.1
5 1999/07/15 23:03:4
0 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef BOOTSTRAP_H
#define BOOTSTRAP_H
#include
<access/funcindex.h>
#include
<access/itup.h>
#include
<utils/rel.h>
#include
"access/funcindex.h"
#include
"access/itup.h"
#include
"utils/rel.h"
#define MAXATTR 40
/* max. number of attributes in a relation */
...
...
src/include/catalog/catalog.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: catalog.h,v 1.
7 1999/02/13 23:21:0
1 momjian Exp $
* $Id: catalog.h,v 1.
8 1999/07/15 23:03:4
1 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef CATALOG_H
#define CATALOG_H
#include
<access/tupdesc.h>
#include
"access/tupdesc.h"
extern
char
*
relpath
(
char
*
relname
);
extern
bool
IsSystemRelationName
(
char
*
relname
);
...
...
src/include/catalog/heap.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: heap.h,v 1.
19 1999/05/25 16:13:39
momjian Exp $
* $Id: heap.h,v 1.
20 1999/07/15 23:03:41
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HEAP_H
#define HEAP_H
#include
<utils/rel.h>
#include
"utils/rel.h"
extern
Oid
RelnameFindRelid
(
char
*
relname
);
extern
Relation
heap_create
(
char
*
relname
,
TupleDesc
att
,
...
...
src/include/catalog/index.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: index.h,v 1.1
7 1999/07/15 15:20:58
momjian Exp $
* $Id: index.h,v 1.1
8 1999/07/15 23:03:42
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef INDEX_H
#define INDEX_H
#include
<nodes/execnodes.h>
#include
<access/itup.h>
#include
"nodes/execnodes.h"
#include
"access/itup.h"
extern
Form_pg_am
AccessMethodObjectIdGetForm
(
Oid
accessMethodObjectId
);
...
...
src/include/catalog/indexing.h
View file @
a9591ce6
...
...
@@ -7,14 +7,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: indexing.h,v 1.2
0 1999/07/15 15:20:59
momjian Exp $
* $Id: indexing.h,v 1.2
1 1999/07/15 23:03:42
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef INDEXING_H
#define INDEXING_H
#include
<access/htup.h>
#include
"access/htup.h"
/*
* Some definitions for indices on pg_attribute
...
...
src/include/catalog/pg_proc.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.
99 1999/05/25 16:13:47
momjian Exp $
* $Id: pg_proc.h,v 1.
100 1999/07/15 23:03:43
momjian Exp $
*
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
...
...
@@ -22,7 +22,7 @@
#ifndef PG_PROC_H
#define PG_PROC_H
#include
<tcop/dest.h>
#include
"tcop/dest.h"
/* ----------------
* postgres.h contains the system type definintions and the
...
...
src/include/commands/command.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: command.h,v 1.1
4 1999/05/25 22:42:41
momjian Exp $
* $Id: command.h,v 1.1
5 1999/07/15 23:03:44
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef COMMAND_H
#define COMMAND_H
#include
<utils/portal.h>
#include
"utils/portal.h"
extern
MemoryContext
PortalExecutorHeapMemory
;
...
...
src/include/commands/defrem.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: defrem.h,v 1.1
5 1999/02/13 23:21:18
momjian Exp $
* $Id: defrem.h,v 1.1
6 1999/07/15 23:03:44
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef DEFREM_H
#define DEFREM_H
#include
<tcop/dest.h>
#include
<nodes/parsenodes.h>
#include
"tcop/dest.h"
#include
"nodes/parsenodes.h"
/*
* prototypes in defind.c
...
...
src/include/commands/proclang.h
View file @
a9591ce6
...
...
@@ -9,7 +9,7 @@
#ifndef PROCLANG_H
#define PROCLANG_H
#include
<nodes/parsenodes.h>
#include
"nodes/parsenodes.h"
extern
void
CreateProceduralLanguage
(
CreatePLangStmt
*
stmt
);
extern
void
DropProceduralLanguage
(
DropPLangStmt
*
stmt
);
...
...
src/include/executor/execdebug.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: execdebug.h,v 1.1
0 1999/07/15 15:21:0
6 momjian Exp $
* $Id: execdebug.h,v 1.1
1 1999/07/15 23:03:4
6 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECDEBUG_H
#define EXECDEBUG_H
#include
<nodes/print.h>
#include
"nodes/print.h"
/* ----------------------------------------------------------------
* debugging defines.
...
...
src/include/executor/execdesc.h
View file @
a9591ce6
...
...
@@ -7,16 +7,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: execdesc.h,v 1.1
0 1999/02/13 23:21:23
momjian Exp $
* $Id: execdesc.h,v 1.1
1 1999/07/15 23:03:47
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECDESC_H
#define EXECDESC_H
#include
<tcop/dest.h>
#include
<nodes/plannodes.h>
#include
<nodes/parsenodes.h>
#include
"tcop/dest.h"
#include
"nodes/plannodes.h"
#include
"nodes/parsenodes.h"
/* ----------------
* query descriptor:
...
...
src/include/executor/executor.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: executor.h,v 1.3
5 1999/07/15 15:21:06
momjian Exp $
* $Id: executor.h,v 1.3
6 1999/07/15 23:03:47
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -14,7 +14,7 @@
#define EXECUTOR_H
#include <stdio.h>
#include
<executor/execdesc.h>
#include
"executor/execdesc.h"
/* ----------------
* TupIsNull
...
...
src/include/executor/tuptable.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: tuptable.h,v 1.1
3 1999/07/15 15:21:14
momjian Exp $
* $Id: tuptable.h,v 1.1
4 1999/07/15 23:03:48
momjian Exp $
*
* NOTES
* The tuple table interface is getting pretty ugly.
...
...
@@ -17,7 +17,7 @@
#ifndef TUPTABLE_H
#define TUPTABLE_H
#include
<access/htup.h>
#include
"access/htup.h"
/* ----------------
* The executor tuple table is managed and manipulated by special
...
...
src/include/lib/hasht.h
View file @
a9591ce6
...
...
@@ -7,14 +7,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: hasht.h,v 1.
7 1999/02/13 23:21:31
momjian Exp $
* $Id: hasht.h,v 1.
8 1999/07/15 23:03:49
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HASHT_H
#define HASHT_H
#include
<utils/hsearch.h>
#include
"utils/hsearch.h"
typedef
void
(
*
HashtFunc
)
();
...
...
src/include/libpq/crypt.h
View file @
a9591ce6
...
...
@@ -9,7 +9,7 @@
#ifndef PG_CRYPT_H
#define PG_CRYPT_H
#include
<libpq/libpq-be.h>
#include
"libpq/libpq-be.h"
#define CRYPT_PWD_FILE "pg_pwd"
#define CRYPT_PWD_FILE_SEPCHAR "'\\t'"
...
...
src/include/libpq/pqcomm.h
View file @
a9591ce6
...
...
@@ -8,7 +8,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pqcomm.h,v 1.3
6 1999/05/25 22:42:51
momjian Exp $
* $Id: pqcomm.h,v 1.3
7 1999/07/15 23:03:50
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -20,7 +20,7 @@
#include <stdio.h>
#include <sys/types.h>
#ifdef WIN32
#include
<winsock.h>
#include
"winsock.h"
#else
#include <sys/socket.h>
#include <sys/un.h>
...
...
src/include/nodes/execnodes.h
View file @
a9591ce6
...
...
@@ -6,20 +6,20 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: execnodes.h,v 1.3
1 1999/07/15 15:21:16
momjian Exp $
* $Id: execnodes.h,v 1.3
2 1999/07/15 23:03:52
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECNODES_H
#define EXECNODES_H
#include
<nodes/primnodes.h>
#include
<executor/hashjoin.h>
#include
<access/relscan.h>
#include
<access/sdir.h>
#include
<nodes/params.h>
#include
<executor/tuptable.h>
#include
<access/funcindex.h>
#include
"nodes/primnodes.h"
#include
"executor/hashjoin.h"
#include
"access/relscan.h"
#include
"access/sdir.h"
#include
"nodes/params.h"
#include
"executor/tuptable.h"
#include
"access/funcindex.h"
/* ----------------
* IndexInfo information
...
...
src/include/nodes/makefuncs.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: makefuncs.h,v 1.
19 1999/07/15 15:21:16
momjian Exp $
* $Id: makefuncs.h,v 1.
20 1999/07/15 23:03:52
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef MAKEFUNC_H
#define MAKEFUNC_H
#include
<nodes/parsenodes.h>
#include
"nodes/parsenodes.h"
extern
Oper
*
makeOper
(
Oid
opno
,
Oid
opid
,
...
...
src/include/nodes/memnodes.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: memnodes.h,v 1.1
3 1999/05/25 22:42:55
momjian Exp $
* $Id: memnodes.h,v 1.1
4 1999/07/15 23:03:53
momjian Exp $
*
* XXX the typedefs in this file are different from the other ???nodes.h;
* they are pointers to structures instead of the structures themselves.
...
...
@@ -18,9 +18,9 @@
#ifndef MEMNODES_H
#define MEMNODES_H
#include
<lib/fstack.h>
#include
<utils/memutils.h>
#include
<nodes/nodes.h>
#include
"lib/fstack.h"
#include
"utils/memutils.h"
#include
"nodes/nodes.h"
/*
* MemoryContext
...
...
src/include/nodes/nodeFuncs.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nodeFuncs.h,v 1.
9 1999/07/15 15:21:17
momjian Exp $
* $Id: nodeFuncs.h,v 1.
10 1999/07/15 23:03:53
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef NODEFUNCS_H
#define NODEFUNCS_H
#include
<nodes/primnodes.h>
#include
"nodes/primnodes.h"
extern
bool
single_node
(
Node
*
node
);
extern
bool
var_is_outer
(
Var
*
var
);
...
...
src/include/nodes/params.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: params.h,v 1.1
0 1999/02/13 23:21:38
momjian Exp $
* $Id: params.h,v 1.1
1 1999/07/15 23:03:54
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARAMS_H
#define PARAMS_H
#include
<access/attnum.h>
#include
"access/attnum.h"
/* ----------------------------------------------------------------
*
...
...
src/include/nodes/parsenodes.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parsenodes.h,v 1.7
5 1999/07/13 21:17:38
momjian Exp $
* $Id: parsenodes.h,v 1.7
6 1999/07/15 23:03:54
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSENODES_H
#define PARSENODES_H
#include
<nodes/primnodes.h>
#include
"nodes/primnodes.h"
/*****************************************************************************
* Query Tree
...
...
src/include/nodes/pg_list.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_list.h,v 1.1
1 1999/02/22 05:26:47
momjian Exp $
* $Id: pg_list.h,v 1.1
2 1999/07/15 23:03:55
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PG_LIST_H
#define PG_LIST_H
#include
<nodes/nodes.h>
#include
"nodes/nodes.h"
/* ----------------------------------------------------------------
* node definitions
...
...
src/include/nodes/plannodes.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: plannodes.h,v 1.2
7 1999/05/25 22:42:58
momjian Exp $
* $Id: plannodes.h,v 1.2
8 1999/07/15 23:03:55
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PLANNODES_H
#define PLANNODES_H
#include
<nodes/execnodes.h>
#include
"nodes/execnodes.h"
/* ----------------------------------------------------------------
* Executor State types are used in the plannode structures
...
...
src/include/nodes/primnodes.h
View file @
a9591ce6
...
...
@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: primnodes.h,v 1.
29 1999/05/25 22:42:59
momjian Exp $
* $Id: primnodes.h,v 1.
30 1999/07/15 23:03:56
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PRIMNODES_H
#define PRIMNODES_H
#include
<utils/fcache.h>
#include
<access/attnum.h>
#include
<nodes/pg_list.h>
#include
"utils/fcache.h"
#include
"access/attnum.h"
#include
"nodes/pg_list.h"
/* ----------------------------------------------------------------
* node definitions
...
...
src/include/nodes/relation.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: relation.h,v 1.3
3 1999/07/15 15:21:18
momjian Exp $
* $Id: relation.h,v 1.3
4 1999/07/15 23:03:56
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RELATION_H
#define RELATION_H
#include
<nodes/parsenodes.h>
#include
"nodes/parsenodes.h"
/*
* Relids
...
...
src/include/optimizer/_deadcode/xfunc.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: xfunc.h,v 1.
1 1999/07/15 15:21:24
momjian Exp $
* $Id: xfunc.h,v 1.
2 1999/07/15 23:03:59
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef XFUNC_H
#define XFUNC_H
#include
<utils/rel.h>
#include
<nodes/relation.h>
#include
"utils/rel.h"
#include
"nodes/relation.h"
/* command line arg flags */
#define XFUNC_OFF -1
/* do no optimization of expensive preds */
...
...
src/include/optimizer/clauses.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: clauses.h,v 1.2
0 1999/07/15 15:21:19
momjian Exp $
* $Id: clauses.h,v 1.2
1 1999/07/15 23:03:57
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef CLAUSES_H
#define CLAUSES_H
#include
<nodes/relation.h>
#include
"nodes/relation.h"
extern
Expr
*
make_clause
(
int
type
,
Node
*
oper
,
List
*
args
);
...
...
src/include/optimizer/ordering.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: ordering.h,v 1.1
4 1999/05/25 16:14:20
momjian Exp $
* $Id: ordering.h,v 1.1
5 1999/07/15 23:03:58
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ORDERING_H
#define ORDERING_H
#include
<nodes/relation.h>
#include
"nodes/relation.h"
extern
bool
pathorder_match
(
PathOrder
*
path_ordering1
,
PathOrder
*
path_ordering2
,
int
*
better_sort
);
...
...
src/include/optimizer/plancat.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: plancat.h,v 1.1
1 1999/02/13 23:21:50
momjian Exp $
* $Id: plancat.h,v 1.1
2 1999/07/15 23:03:58
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PLANCAT_H
#define PLANCAT_H
#include
<nodes/parsenodes.h>
#include
"nodes/parsenodes.h"
/*
* transient data structure to hold return value of index_info. Note that
...
...
src/include/optimizer/prep.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: prep.h,v 1.1
5 1999/06/06 17:38:10 tgl
Exp $
* $Id: prep.h,v 1.1
6 1999/07/15 23:03:59 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PREP_H
#define PREP_H
#include
<nodes/plannodes.h>
#include
<nodes/parsenodes.h>
#include
"nodes/plannodes.h"
#include
"nodes/parsenodes.h"
/*
* prototypes for prepqual.c
...
...
src/include/parser/analyze.h
View file @
a9591ce6
...
...
@@ -5,14 +5,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: analyze.h,v 1.
8 1999/07/13 21:17:4
0 momjian Exp $
* $Id: analyze.h,v 1.
9 1999/07/15 23:04:0
0 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ANALYZE_H
#define ANALYZE_H
#include
<parser/parse_node.h>
#include
"parser/parse_node.h"
extern
List
*
parse_analyze
(
List
*
pl
,
ParseState
*
parentParseState
);
...
...
src/include/parser/parse_agg.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_agg.h,v 1.1
1 1999/07/15 15:21:25
momjian Exp $
* $Id: parse_agg.h,v 1.1
2 1999/07/15 23:04:01
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSE_AGG_H
#define PARSE_AGG_H
#include
<parser/parse_node.h>
#include
"parser/parse_node.h"
extern
void
AddAggToParseState
(
ParseState
*
pstate
,
Aggref
*
aggref
);
extern
void
parseCheckAggregates
(
ParseState
*
pstate
,
Query
*
qry
);
...
...
src/include/parser/parse_clause.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_clause.h,v 1.1
0 1999/07/15 15:21:25
momjian Exp $
* $Id: parse_clause.h,v 1.1
1 1999/07/15 23:04:01
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSE_CLAUSE_H
#define PARSE_CLAUSE_H
#include
<parser/parse_node.h>
#include
"parser/parse_node.h"
extern
void
makeRangeTable
(
ParseState
*
pstate
,
char
*
relname
,
List
*
frmList
,
Node
**
qual
);
extern
Node
*
transformWhereClause
(
ParseState
*
pstate
,
Node
*
where
,
Node
*
using
);
...
...
src/include/parser/parse_expr.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_expr.h,v 1.1
2 1999/07/15 15:21:26
momjian Exp $
* $Id: parse_expr.h,v 1.1
3 1999/07/15 23:04:02
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSE_EXPR_H
#define PARSE_EXPR_H
#include
<parser/parse_node.h>
#include
"parser/parse_node.h"
#include "parser/parse_type.h"
extern
Node
*
transformExpr
(
ParseState
*
pstate
,
Node
*
expr
,
int
precedence
);
...
...
src/include/parser/parse_func.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_func.h,v 1.1
7 1999/07/15 15:21:26
momjian Exp $
* $Id: parse_func.h,v 1.1
8 1999/07/15 23:04:02
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSER_FUNC_H
#define PARSER_FUNC_H
#include
<parser/parse_node.h>
#include
"parser/parse_node.h"
#define MAXFARGS 8
/* max # args to a c or postquel function */
...
...
src/include/parser/parse_node.h
View file @
a9591ce6
...
...
@@ -5,15 +5,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_node.h,v 1.1
3 1999/07/15 15:21:27
momjian Exp $
* $Id: parse_node.h,v 1.1
4 1999/07/15 23:04:02
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSE_NODE_H
#define PARSE_NODE_H
#include
<nodes/parsenodes.h>
#include
<utils/rel.h>
#include
"nodes/parsenodes.h"
#include
"utils/rel.h"
/* state information used during parse analysis */
typedef
struct
ParseState
...
...
src/include/parser/parse_relation.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_relation.h,v 1.1
0 1999/07/15 15:21:27
momjian Exp $
* $Id: parse_relation.h,v 1.1
1 1999/07/15 23:04:03
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSE_QUERY_H
#define PARSE_RANGE_H
#include
<parser/parse_node.h>
#include
"parser/parse_node.h"
extern
RangeTblEntry
*
refnameRangeTableEntry
(
ParseState
*
pstate
,
char
*
refname
);
extern
int
refnameRangeTablePosn
(
ParseState
*
pstate
,
...
...
src/include/parser/parse_target.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_target.h,v 1.1
3 1999/07/15 15:21:27
momjian Exp $
* $Id: parse_target.h,v 1.1
4 1999/07/15 23:04:03
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSE_TARGET_H
#define PARSE_TARGET_H
#include
<parser/parse_node.h>
#include
"parser/parse_node.h"
#define EXPR_COLUMN_FIRST 1
#define EXPR_RELATION_FIRST 2
...
...
src/include/parser/parser.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parser.h,v 1.
5 1999/05/13 07:29:20 tgl
Exp $
* $Id: parser.h,v 1.
6 1999/07/15 23:04:03 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PARSER_H
#define PARSER_H
#include
<parser/parse_node.h>
#include
"parser/parse_node.h"
extern
List
*
parser
(
char
*
str
,
Oid
*
typev
,
int
nargs
);
...
...
src/include/port/nextstep.h
View file @
a9591ce6
#include
<libc.h>
#include
"libc.h"
#include <sys/ioctl.h>
#if defined(__STRICT_ANSI__)
#define isascii(c) ((unsigned)(c)<=0177)
...
...
src/include/port/solaris_i386.h
View file @
a9591ce6
...
...
@@ -4,7 +4,7 @@
#define HAS_TEST_AND_SET
typedef
unsigned
char
slock_t
;
#include
<sys/isa_defs.h>
#include
"sys/isa_defs.h"
#ifndef BIG_ENDIAN
#define BIG_ENDIAN 4321
...
...
src/include/port/svr4.h
View file @
a9591ce6
...
...
@@ -11,7 +11,7 @@
#ifdef sinix
#define HAS_TEST_AND_SET
#include
<abi_mutex.h>
#include
"abi_mutex.h"
typedef
abilock_t
slock_t
;
#endif
src/include/regex/regex.h
View file @
a9591ce6
...
...
@@ -41,7 +41,7 @@
#define _REGEX_H_
#include <sys/types.h>
#include
<mb/pg_wchar.h>
#include
"mb/pg_wchar.h"
/* types */
typedef
off_t
regoff_t
;
...
...
src/include/rewrite/prs2lock.h
View file @
a9591ce6
...
...
@@ -5,15 +5,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: prs2lock.h,v 1.
9 1999/02/13 23:21:59
momjian Exp $
* $Id: prs2lock.h,v 1.
10 1999/07/15 23:04:07
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PRS2LOCK_H
#define PRS2LOCK_H
#include
<access/attnum.h>
#include
<nodes/pg_list.h>
#include
"access/attnum.h"
#include
"nodes/pg_list.h"
/*
* RewriteRule -
...
...
src/include/storage/buf_internals.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: buf_internals.h,v 1.
29 1999/05/25 16:14:3
8 momjian Exp $
* $Id: buf_internals.h,v 1.
30 1999/07/15 23:04:0
8 momjian Exp $
*
* NOTE
* If BUFFERPAGE0 is defined, then 0 will be used as a
...
...
@@ -17,8 +17,8 @@
#ifndef BUFMGR_INTERNALS_H
#define BUFMGR_INTERNALS_H
#include
<storage/lmgr.h>
#include
<storage/buf.h>
#include
"storage/lmgr.h"
#include
"storage/buf.h"
/* Buf Mgr constants */
/* in bufmgr.c */
...
...
src/include/storage/bufmgr.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bufmgr.h,v 1.2
7 1999/07/15 15:21:31
momjian Exp $
* $Id: bufmgr.h,v 1.2
8 1999/07/15 23:04:09
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -15,11 +15,11 @@
#include <stdio.h>
#include
<storage/ipc.h>
#include
<storage/block.h>
#include
<storage/buf.h>
#include
<storage/buf_internals.h>
#include
<utils/rel.h>
#include
"storage/ipc.h"
#include
"storage/block.h"
#include
"storage/buf.h"
#include
"storage/buf_internals.h"
#include
"utils/rel.h"
/*
* the maximum size of a disk block for any possible installation.
...
...
src/include/storage/bufpage.h
View file @
a9591ce6
...
...
@@ -6,19 +6,19 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bufpage.h,v 1.2
4 1999/07/15 15:21:32
momjian Exp $
* $Id: bufpage.h,v 1.2
5 1999/07/15 23:04:09
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef BUFPAGE_H
#define BUFPAGE_H
#include
<storage/off.h>
#include
<storage/itemid.h>
#include
<storage/item.h>
#include
<storage/buf.h>
#include
<storage/page.h>
#include
<storage/bufmgr.h>
#include
"storage/off.h"
#include
"storage/itemid.h"
#include
"storage/item.h"
#include
"storage/buf.h"
#include
"storage/page.h"
#include
"storage/bufmgr.h"
/*
* a postgres disk page is an abstraction layered on top of a postgres
...
...
src/include/storage/ipc.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: ipc.h,v 1.3
4 1999/02/21 01:41:47 tgl
Exp $
* $Id: ipc.h,v 1.3
5 1999/07/15 23:04:10 momjian
Exp $
*
* NOTES
* This file is very architecture-specific. This stuff should actually
...
...
@@ -24,7 +24,7 @@
#include <sys/types.h>
#include <sys/ipc.h>
/* For IPC_PRIVATE */
#include
<config.h>
#include
"config.h"
#ifndef HAVE_UNION_SEMUN
union
semun
...
...
src/include/storage/itempos.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: itempos.h,v 1.
7 1999/02/13 23:22:06
momjian Exp $
* $Id: itempos.h,v 1.
8 1999/07/15 23:04:10
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ITEMPOS_H
#define ITEMPOS_H
#include
<storage/itemid.h>
#include
<storage/buf.h>
#include
"storage/itemid.h"
#include
"storage/buf.h"
typedef
struct
ItemSubpositionData
{
...
...
src/include/storage/itemptr.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: itemptr.h,v 1.1
1 1999/05/25 16:14:42
momjian Exp $
* $Id: itemptr.h,v 1.1
2 1999/07/15 23:04:11
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ITEMPTR_H
#define ITEMPTR_H
#include
<storage/off.h>
#include
<storage/block.h>
#include
"storage/off.h"
#include
"storage/block.h"
/*
* ItemPointer:
...
...
src/include/storage/large_object.h
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: large_object.h,v 1.1
0 1999/02/13 23:22:06
momjian Exp $
* $Id: large_object.h,v 1.1
1 1999/07/15 23:04:11
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -16,7 +16,7 @@
#include <sys/types.h>
#include
<access/relscan.h>
#include
"access/relscan.h"
/*
* This structure will eventually have lots more stuff associated with it.
...
...
src/include/storage/lmgr.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: lmgr.h,v 1.2
1 1999/07/15 15:21:32
momjian Exp $
* $Id: lmgr.h,v 1.2
2 1999/07/15 23:04:11
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LMGR_H
#define LMGR_H
#include
<storage/lock.h>
#include
<utils/rel.h>
#include
"storage/lock.h"
#include
"utils/rel.h"
#define AccessShareLock 1
/* SELECT */
#define RowShareLock 2
/* SELECT FOR UPDATE */
...
...
src/include/storage/lock.h
View file @
a9591ce6
...
...
@@ -6,17 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: lock.h,v 1.3
1 1999/07/15 20:32:29
momjian Exp $
* $Id: lock.h,v 1.3
2 1999/07/15 23:04:12
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LOCK_H_
#define LOCK_H_
#include
<storage/shmem.h>
#include
<storage/itemptr.h>
#include
<storage/sinvaladt.h>
#include
<utils/array.h>
#include
"storage/shmem.h"
#include
"storage/itemptr.h"
#include
"storage/sinvaladt.h"
#include
"utils/array.h"
extern
SPINLOCK
LockMgrLock
;
typedef
int
LOCKMASK
;
...
...
src/include/storage/multilev.h
View file @
a9591ce6
...
...
@@ -7,14 +7,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: multilev.h,v 1.1
5 1999/02/13 23:22:07
momjian Exp $
* $Id: multilev.h,v 1.1
6 1999/07/15 23:04:13
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef MULTILEV_H
#define MULTILEV_H
#include
<storage/lmgr.h>
#include
"storage/lmgr.h"
#ifdef LowLevelLocking
...
...
src/include/storage/proc.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: proc.h,v 1.2
4 1999/05/25 22:43:27
momjian Exp $
* $Id: proc.h,v 1.2
5 1999/07/15 23:04:13
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef _PROC_H_
#define _PROC_H_
#include
<storage/lock.h>
#include
"storage/lock.h"
typedef
struct
{
...
...
src/include/storage/s_lock.h
View file @
a9591ce6
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.6
3 1999/07/13 20:12:51
momjian Exp $
* $Header: /cvsroot/pgsql/src/include/storage/s_lock.h,v 1.6
4 1999/07/15 23:04:13
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -307,7 +307,7 @@ tas(slock_t *s_lock)
* assembly from his NECEWS SVR4 port, but we probably ought to retain this
* for the R3000 chips out there.
*/
#include
<mutex.h>
#include
"mutex.h"
#define TAS(lock) (test_and_set(lock,1))
#define S_UNLOCK(lock) (test_then_and(lock,0))
#define S_INIT_LOCK(lock) (test_then_and(lock,0))
...
...
src/include/storage/shmem.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: shmem.h,v 1.1
8 1999/05/25 22:43:27
momjian Exp $
* $Id: shmem.h,v 1.1
9 1999/07/15 23:04:14
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SHMEM_H
#define SHMEM_H
#include
<utils/hsearch.h>
#include
<storage/spin.h>
#include
"utils/hsearch.h"
#include
"storage/spin.h"
/* The shared memory region can start at a different address
...
...
src/include/storage/sinval.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: sinval.h,v 1.1
1 1999/05/28 17:03:31 tgl
Exp $
* $Id: sinval.h,v 1.1
2 1999/07/15 23:04:14 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SINVAL_H
#define SINVAL_H
#include
<storage/itemptr.h>
#include
<storage/spin.h>
#include
"storage/itemptr.h"
#include
"storage/spin.h"
extern
SPINLOCK
SInvalLock
;
...
...
src/include/storage/sinvaladt.h
View file @
a9591ce6
...
...
@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: sinvaladt.h,v 1.1
4 1999/05/28 17:03:30 tgl
Exp $
* $Id: sinvaladt.h,v 1.1
5 1999/07/15 23:04:15 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SINVALADT_H
#define SINVALADT_H
#include
<storage/itemptr.h>
#include
<storage/ipc.h>
#include
"storage/itemptr.h"
#include
"storage/ipc.h"
/*
* The structure of the shared cache invaidation segment
...
...
src/include/storage/smgr.h
View file @
a9591ce6
...
...
@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: smgr.h,v 1.1
4 1999/02/13 23:22:10
momjian Exp $
* $Id: smgr.h,v 1.1
5 1999/07/15 23:04:15
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SMGR_H
#define SMGR_H
#include
<storage/spin.h>
#include
<storage/block.h>
#include
<utils/rel.h>
#include
"storage/spin.h"
#include
"storage/block.h"
#include
"utils/rel.h"
#define SM_FAIL 0
#define SM_SUCCESS 1
...
...
src/include/storage/spin.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: spin.h,v 1.
8 1999/02/13 23:22:10
momjian Exp $
* $Id: spin.h,v 1.
9 1999/07/15 23:04:16
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SPIN_H
#define SPIN_H
#include
<storage/ipc.h>
#include
"storage/ipc.h"
/*
* two implementations of spin locks
...
...
src/include/tcop/dest.h
View file @
a9591ce6
...
...
@@ -44,14 +44,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: dest.h,v 1.2
1 1999/07/15 15:21:36
momjian Exp $
* $Id: dest.h,v 1.2
2 1999/07/15 23:04:17
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef DEST_H
#define DEST_H
#include
<access/htup.h>
#include
"access/htup.h"
/* ----------------
* CommandDest is a simplistic means of identifying the desired
...
...
src/include/tcop/pquery.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pquery.h,v 1.1
2 1999/02/13 23:22:13
momjian Exp $
* $Id: pquery.h,v 1.1
3 1999/07/15 23:04:17
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PQUERY_H
#define PQUERY_H
#include
<executor/execdesc.h>
#include
"executor/execdesc.h"
/* moved to execdesc.h
extern QueryDesc *CreateQueryDesc(Query *parsetree, Plan *plantree,
...
...
src/include/tcop/utility.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: utility.h,v 1.
7 1999/02/13 23:22:13
momjian Exp $
* $Id: utility.h,v 1.
8 1999/07/15 23:04:18
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef UTILITY_H
#define UTILITY_H
#include
<executor/execdesc.h>
#include
"executor/execdesc.h"
extern
void
ProcessUtility
(
Node
*
parsetree
,
CommandDest
dest
);
...
...
src/include/utils/acl.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: acl.h,v 1.2
1 1999/07/15 15:21:38
momjian Exp $
* $Id: acl.h,v 1.2
2 1999/07/15 23:04:19
momjian Exp $
*
* NOTES
* For backward-compatability purposes we have to allow there
...
...
@@ -22,8 +22,8 @@
#ifndef ACL_H
#define ACL_H
#include
<nodes/parsenodes.h>
#include
<utils/array.h>
#include
"nodes/parsenodes.h"
#include
"utils/array.h"
#include "utils/memutils.h"
/*
...
...
src/include/utils/builtins.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: builtins.h,v 1.8
2 1999/07/15 15:21:39
momjian Exp $
* $Id: builtins.h,v 1.8
3 1999/07/15 23:04:20
momjian Exp $
*
* NOTES
* This should normally only be included by fmgr.h.
...
...
@@ -22,14 +22,14 @@
#ifndef BUILTINS_H
#define BUILTINS_H
#include
<storage/itemptr.h>
#include
<utils/array.h>
#include
<utils/geo_decls.h>
#include
<utils/datetime.h>
#include
<utils/nabstime.h>
#include
<utils/int8.h>
#include
<utils/inet.h>
#include
<utils/numeric.h>
#include
"storage/itemptr.h"
#include
"utils/array.h"
#include
"utils/geo_decls.h"
#include
"utils/datetime.h"
#include
"utils/nabstime.h"
#include
"utils/int8.h"
#include
"utils/inet.h"
#include
"utils/numeric.h"
/*
* Defined in adt/
...
...
src/include/utils/catcache.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: catcache.h,v 1.1
7 1999/07/15 15:21:39
momjian Exp $
* $Id: catcache.h,v 1.1
8 1999/07/15 23:04:20
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -15,8 +15,8 @@
/* #define CACHEDEBUG turns DEBUG elogs on */
#include
<access/htup.h>
#include
<lib/dllist.h>
#include
"access/htup.h"
#include
"lib/dllist.h"
/*
* struct catctup: tuples in the cache.
...
...
src/include/utils/dynamic_loader.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: dynamic_loader.h,v 1.1
1 1999/07/15 15:21:39
momjian Exp $
* $Id: dynamic_loader.h,v 1.1
2 1999/07/15 23:04:21
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -17,7 +17,7 @@
#include <sys/param.h>
/* For MAXPATHLEN */
/* we need this include because port files use them */
#include
<postgres.h>
#include
"postgres.h"
#ifdef MIN
#undef MIN
...
...
src/include/utils/fcache.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: fcache.h,v 1.
8 1999/02/13 23:22:19
momjian Exp $
* $Id: fcache.h,v 1.
9 1999/07/15 23:04:21
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef FCACHE_H
#define FCACHE_H
#include
<fmgr.h>
#include
"fmgr.h"
typedef
struct
...
...
src/include/utils/fcache2.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: fcache2.h,v 1.
8 1999/02/13 23:22:20
momjian Exp $
* $Id: fcache2.h,v 1.
9 1999/07/15 23:04:22
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef FCACHE2_H
#define FCACHE2_H
#include
<nodes/execnodes.h>
#include
"nodes/execnodes.h"
extern
void
setFcache
(
Node
*
node
,
Oid
foid
,
List
*
argList
,
ExprContext
*
econtext
);
...
...
src/include/utils/inval.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: inval.h,v 1.1
2 1999/07/15 15:21:39
momjian Exp $
* $Id: inval.h,v 1.1
3 1999/07/15 23:04:22
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef INVAL_H
#define INVAL_H
#include
<access/htup.h>
#include
"access/htup.h"
extern
void
InitLocalInvalidateData
(
void
);
...
...
src/include/utils/lsyscache.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: lsyscache.h,v 1.1
7 1999/07/15 15:21:41
momjian Exp $
* $Id: lsyscache.h,v 1.1
8 1999/07/15 23:04:23
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LSYSCACHE_H
#define LSYSCACHE_H
#include
<access/htup.h>
#include
"access/htup.h"
extern
bool
op_class
(
Oid
oprno
,
int32
opclass
,
Oid
amopid
);
extern
char
*
get_attname
(
Oid
relid
,
AttrNumber
attnum
);
...
...
src/include/utils/portal.h
View file @
a9591ce6
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: portal.h,v 1.1
6 1999/07/15 15:21:42
momjian Exp $
* $Id: portal.h,v 1.1
7 1999/07/15 23:04:23
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -25,8 +25,8 @@
#ifndef PORTAL_H
#define PORTAL_H
#include
<executor/execdesc.h>
#include
<nodes/memnodes.h>
#include
"executor/execdesc.h"
#include
"nodes/memnodes.h"
typedef
struct
PortalBlockData
{
...
...
src/include/utils/rel.h
View file @
a9591ce6
...
...
@@ -6,19 +6,19 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: rel.h,v 1.2
3 1999/05/25 16:14:57
momjian Exp $
* $Id: rel.h,v 1.2
4 1999/07/15 23:04:23
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef REL_H
#define REL_H
#include
<catalog/pg_am.h>
#include
<catalog/pg_class.h>
#include
<access/strat.h>
#include
<access/tupdesc.h>
#include
<rewrite/prs2lock.h>
#include
<storage/fd.h>
#include
"catalog/pg_am.h"
#include
"catalog/pg_class.h"
#include
"access/strat.h"
#include
"access/tupdesc.h"
#include
"rewrite/prs2lock.h"
#include
"storage/fd.h"
typedef
struct
Trigger
{
...
...
src/include/utils/rel2.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: rel2.h,v 1.
8 1999/02/13 23:22:30
momjian Exp $
* $Id: rel2.h,v 1.
9 1999/07/15 23:04:23
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TMP_REL2_H
#define TMP_REL2_H
#include
<utils/rel.h>
#include
"utils/rel.h"
extern
IndexStrategy
RelationGetIndexStrategy
(
Relation
relation
);
...
...
src/include/utils/relcache.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: relcache.h,v 1.1
2 1999/05/01 19:09:43 tgl
Exp $
* $Id: relcache.h,v 1.1
3 1999/07/15 23:04:23 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RELCACHE_H
#define RELCACHE_H
#include
<utils/rel.h>
#include
"utils/rel.h"
/*
* relation lookup routines
...
...
src/include/utils/syscache.h
View file @
a9591ce6
...
...
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: syscache.h,v 1.1
4 1999/07/15 15:21:43
momjian Exp $
* $Id: syscache.h,v 1.1
5 1999/07/15 23:04:24
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SYSCACHE_H
#define SYSCACHE_H
#include
<access/htup.h>
#include
"access/htup.h"
/* #define CACHEDEBUG *//* turns DEBUG elogs on */
...
...
src/include/utils/tqual.h
View file @
a9591ce6
...
...
@@ -7,15 +7,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: tqual.h,v 1.2
3 1999/07/15 15:21:43
momjian Exp $
* $Id: tqual.h,v 1.2
4 1999/07/15 23:04:24
momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TQUAL_H
#define TQUAL_H
#include
<access/htup.h>
#include
<access/xact.h>
#include
"access/htup.h"
#include
"access/xact.h"
typedef
struct
SnapshotData
{
...
...
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