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
97ac1032
Commit
97ac1032
authored
Sep 02, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove sys/types.h in files that include postgres.h, and hence c.h,
because c.h has sys/types.h.
parent
248c67d7
Changes
64
Hide whitespace changes
Inline
Side-by-side
Showing
64 changed files
with
73 additions
and
135 deletions
+73
-135
src/backend/access/transam/clog.c
src/backend/access/transam/clog.c
+1
-2
src/backend/access/transam/xlog.c
src/backend/access/transam/xlog.c
+1
-2
src/backend/commands/async.c
src/backend/commands/async.c
+1
-2
src/backend/commands/dbcommands.c
src/backend/commands/dbcommands.c
+1
-2
src/backend/commands/user.c
src/backend/commands/user.c
+1
-2
src/backend/executor/execScan.c
src/backend/executor/execScan.c
+1
-2
src/backend/executor/nodeHash.c
src/backend/executor/nodeHash.c
+1
-2
src/backend/executor/nodeHashjoin.c
src/backend/executor/nodeHashjoin.c
+1
-2
src/backend/lib/lispsort.c
src/backend/lib/lispsort.c
+1
-3
src/backend/libpq/auth.c
src/backend/libpq/auth.c
+1
-2
src/backend/libpq/be-fsstubs.c
src/backend/libpq/be-fsstubs.c
+1
-2
src/backend/libpq/be-secure.c
src/backend/libpq/be-secure.c
+1
-2
src/backend/libpq/hba.c
src/backend/libpq/hba.c
+1
-2
src/backend/libpq/pqcomm.c
src/backend/libpq/pqcomm.c
+1
-2
src/backend/nodes/nodeFuncs.c
src/backend/nodes/nodeFuncs.c
+1
-2
src/backend/optimizer/path/joinpath.c
src/backend/optimizer/path/joinpath.c
+1
-2
src/backend/optimizer/plan/createplan.c
src/backend/optimizer/plan/createplan.c
+1
-2
src/backend/optimizer/plan/initsplan.c
src/backend/optimizer/plan/initsplan.c
+1
-2
src/backend/optimizer/plan/planmain.c
src/backend/optimizer/plan/planmain.c
+1
-2
src/backend/optimizer/plan/setrefs.c
src/backend/optimizer/plan/setrefs.c
+1
-2
src/backend/optimizer/prep/prepqual.c
src/backend/optimizer/prep/prepqual.c
+1
-2
src/backend/optimizer/prep/prepunion.c
src/backend/optimizer/prep/prepunion.c
+1
-2
src/backend/port/dynloader/aix.c
src/backend/port/dynloader/aix.c
+2
-2
src/backend/port/dynloader/freebsd.c
src/backend/port/dynloader/freebsd.c
+3
-4
src/backend/port/dynloader/netbsd.c
src/backend/port/dynloader/netbsd.c
+2
-2
src/backend/port/dynloader/openbsd.c
src/backend/port/dynloader/openbsd.c
+2
-2
src/backend/port/qnx4/sem.c
src/backend/port/qnx4/sem.c
+1
-2
src/backend/port/sysv_sema.c
src/backend/port/sysv_sema.c
+1
-2
src/backend/port/sysv_shmem.c
src/backend/port/sysv_shmem.c
+1
-2
src/backend/postmaster/pgstat.c
src/backend/postmaster/pgstat.c
+1
-2
src/backend/postmaster/postmaster.c
src/backend/postmaster/postmaster.c
+1
-2
src/backend/regex/regcomp.c
src/backend/regex/regcomp.c
+0
-1
src/backend/regex/regerror.c
src/backend/regex/regerror.c
+0
-1
src/backend/regex/regfree.c
src/backend/regex/regfree.c
+0
-1
src/backend/storage/buffer/buf_init.c
src/backend/storage/buffer/buf_init.c
+1
-2
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/bufmgr.c
+1
-2
src/backend/storage/file/fd.c
src/backend/storage/file/fd.c
+1
-2
src/backend/storage/ipc/ipci.c
src/backend/storage/ipc/ipci.c
+1
-2
src/backend/storage/ipc/sinval.c
src/backend/storage/ipc/sinval.c
+1
-2
src/backend/storage/large_object/inv_api.c
src/backend/storage/large_object/inv_api.c
+1
-2
src/backend/storage/lmgr/lock.c
src/backend/storage/lmgr/lock.c
+1
-2
src/backend/storage/page/bufpage.c
src/backend/storage/page/bufpage.c
+1
-2
src/backend/tcop/postgres.c
src/backend/tcop/postgres.c
+2
-3
src/backend/utils/adt/datetime.c
src/backend/utils/adt/datetime.c
+1
-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/misc.c
src/backend/utils/adt/misc.c
+3
-4
src/backend/utils/adt/nabstime.c
src/backend/utils/adt/nabstime.c
+1
-2
src/backend/utils/adt/network.c
src/backend/utils/adt/network.c
+1
-2
src/backend/utils/adt/numeric.c
src/backend/utils/adt/numeric.c
+1
-2
src/backend/utils/adt/timestamp.c
src/backend/utils/adt/timestamp.c
+1
-2
src/backend/utils/cache/relcache.c
src/backend/utils/cache/relcache.c
+1
-2
src/backend/utils/error/elog.c
src/backend/utils/error/elog.c
+1
-2
src/backend/utils/fmgr/dfmgr.c
src/backend/utils/fmgr/dfmgr.c
+1
-2
src/backend/utils/hash/dynahash.c
src/backend/utils/hash/dynahash.c
+1
-2
src/backend/utils/init/findbe.c
src/backend/utils/init/findbe.c
+1
-2
src/backend/utils/init/miscinit.c
src/backend/utils/init/miscinit.c
+1
-2
src/backend/utils/init/postinit.c
src/backend/utils/init/postinit.c
+1
-2
src/bin/pg_controldata/pg_controldata.c
src/bin/pg_controldata/pg_controldata.c
+1
-2
src/bin/pg_resetxlog/pg_resetxlog.c
src/bin/pg_resetxlog/pg_resetxlog.c
+1
-2
src/include/miscadmin.h
src/include/miscadmin.h
+1
-2
src/include/storage/pg_shmem.h
src/include/storage/pg_shmem.h
+1
-4
src/port/gethostname.c
src/port/gethostname.c
+1
-2
src/port/inet_aton.c
src/port/inet_aton.c
+1
-2
No files found.
src/backend/access/transam/clog.c
View file @
97ac1032
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Header: /cvsroot/pgsql/src/backend/access/transam/clog.c,v 1.
9 2002/06/20 20:29:25
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/clog.c,v 1.
10 2002/09/02 02:47:01
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#include <dirent.h>
#include <dirent.h>
#include <errno.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <unistd.h>
#include "access/clog.h"
#include "access/clog.h"
...
...
src/backend/access/transam/xlog.c
View file @
97ac1032
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.10
4 2002/09/01 01:58:42
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/transam/xlog.c,v 1.10
5 2002/09/02 02:47:01
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
#include <errno.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <dirent.h>
#include <dirent.h>
#include <locale.h>
#include <locale.h>
...
...
src/backend/commands/async.c
View file @
97ac1032
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.
89 2002/08/30 22:18:05 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.
90 2002/09/02 02:47:01 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -75,7 +75,6 @@
...
@@ -75,7 +75,6 @@
#include <unistd.h>
#include <unistd.h>
#include <signal.h>
#include <signal.h>
#include <errno.h>
#include <errno.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include "access/heapam.h"
#include "access/heapam.h"
...
...
src/backend/commands/dbcommands.c
View file @
97ac1032
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.10
1 2002/09/02 01:05:04 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/dbcommands.c,v 1.10
2 2002/09/02 02:47:01 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
#include <fcntl.h>
#include <fcntl.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "access/heapam.h"
#include "access/heapam.h"
#include "catalog/catname.h"
#include "catalog/catname.h"
...
...
src/backend/commands/user.c
View file @
97ac1032
...
@@ -6,13 +6,12 @@
...
@@ -6,13 +6,12 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Header: /cvsroot/pgsql/src/backend/commands/user.c,v 1.1
09 2002/08/30 01:01:02 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/user.c,v 1.1
10 2002/09/02 02:47:01 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <fcntl.h>
#include <errno.h>
#include <errno.h>
...
...
src/backend/executor/execScan.c
View file @
97ac1032
...
@@ -12,13 +12,12 @@
...
@@ -12,13 +12,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.2
0 2002/06/20 20:29:27
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/execScan.c,v 1.2
1 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <sys/file.h>
#include <sys/file.h>
#include "executor/executor.h"
#include "executor/executor.h"
...
...
src/backend/executor/nodeHash.c
View file @
97ac1032
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
*
*
* $Id: nodeHash.c,v 1.6
4 2002/08/24 15:00:46 tgl
Exp $
* $Id: nodeHash.c,v 1.6
5 2002/09/02 02:47:02 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <math.h>
#include <math.h>
#include "access/hash.h"
#include "access/hash.h"
...
...
src/backend/executor/nodeHashjoin.c
View file @
97ac1032
...
@@ -8,11 +8,10 @@
...
@@ -8,11 +8,10 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/nodeHashjoin.c,v 1.4
0 2002/06/20 20:29:28
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/executor/nodeHashjoin.c,v 1.4
1 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include <sys/types.h>
#include "postgres.h"
#include "postgres.h"
...
...
src/backend/lib/lispsort.c
View file @
97ac1032
...
@@ -7,13 +7,11 @@
...
@@ -7,13 +7,11 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.1
7 2002/06/20 20:29:28
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/lib/Attic/lispsort.c,v 1.1
8 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include <sys/types.h>
#include "postgres.h"
#include "postgres.h"
...
...
src/backend/libpq/auth.c
View file @
97ac1032
...
@@ -8,14 +8,13 @@
...
@@ -8,14 +8,13 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.8
8 2002/08/30 16:00:41
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.8
9 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <sys/param.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/socket.h>
#if defined(HAVE_STRUCT_CMSGCRED) || defined(HAVE_STRUCT_FCRED) || defined(HAVE_STRUCT_SOCKCRED)
#if defined(HAVE_STRUCT_CMSGCRED) || defined(HAVE_STRUCT_FCRED) || defined(HAVE_STRUCT_SOCKCRED)
...
...
src/backend/libpq/be-fsstubs.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.6
2 2002/08/25 17:20:01 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.6
3 2002/09/02 02:47:02 momjian
Exp $
*
*
* NOTES
* NOTES
* This should be moved to a more appropriate place. It is here
* This should be moved to a more appropriate place. It is here
...
@@ -35,7 +35,6 @@
...
@@ -35,7 +35,6 @@
#include "postgres.h"
#include "postgres.h"
#include <fcntl.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <unistd.h>
#include <unistd.h>
...
...
src/backend/libpq/be-secure.c
View file @
97ac1032
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/be-secure.c,v 1.1
1 2002/07/15 21:34:04
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/be-secure.c,v 1.1
2 2002/09/02 02:47:02
momjian Exp $
*
*
* Since the server static private key ($DataDir/server.key)
* Since the server static private key ($DataDir/server.key)
* will normally be stored unencrypted so that the database
* will normally be stored unencrypted so that the database
...
@@ -76,7 +76,6 @@
...
@@ -76,7 +76,6 @@
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <signal.h>
#include <signal.h>
#include <fcntl.h>
#include <fcntl.h>
...
...
src/backend/libpq/hba.c
View file @
97ac1032
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.8
5 2002/06/26 14:52:08 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.8
6 2002/09/02 02:47:02 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
#include <errno.h>
#include <errno.h>
#include <pwd.h>
#include <pwd.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/socket.h>
#if defined(HAVE_STRUCT_CMSGCRED) || defined(HAVE_STRUCT_FCRED) || defined(HAVE_STRUCT_SOCKCRED)
#if defined(HAVE_STRUCT_CMSGCRED) || defined(HAVE_STRUCT_FCRED) || defined(HAVE_STRUCT_SOCKCRED)
...
...
src/backend/libpq/pqcomm.c
View file @
97ac1032
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pqcomm.c,v 1.13
7 2002/06/20 20:29:28
momjian Exp $
* $Id: pqcomm.c,v 1.13
8 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -66,7 +66,6 @@
...
@@ -66,7 +66,6 @@
#include <fcntl.h>
#include <fcntl.h>
#include <grp.h>
#include <grp.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netdb.h>
...
...
src/backend/nodes/nodeFuncs.c
View file @
97ac1032
...
@@ -8,12 +8,11 @@
...
@@ -8,12 +8,11 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.1
8 2002/06/20 20:29:29
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/nodes/nodeFuncs.c,v 1.1
9 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include <sys/types.h>
#include "postgres.h"
#include "postgres.h"
...
...
src/backend/optimizer/path/joinpath.c
View file @
97ac1032
...
@@ -8,13 +8,12 @@
...
@@ -8,13 +8,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.
69 2002/06/20 20:29:30
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.
70 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <math.h>
#include <math.h>
#include "optimizer/clauses.h"
#include "optimizer/clauses.h"
...
...
src/backend/optimizer/plan/createplan.c
View file @
97ac1032
...
@@ -10,13 +10,12 @@
...
@@ -10,13 +10,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.11
6 2002/06/20 20:29:30
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/createplan.c,v 1.11
7 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include "nodes/makefuncs.h"
#include "nodes/makefuncs.h"
#include "nodes/nodeFuncs.h"
#include "nodes/nodeFuncs.h"
...
...
src/backend/optimizer/plan/initsplan.c
View file @
97ac1032
...
@@ -8,13 +8,12 @@
...
@@ -8,13 +8,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.7
3 2002/06/20 20:29:30
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.7
4 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include "catalog/pg_operator.h"
#include "catalog/pg_operator.h"
#include "catalog/pg_type.h"
#include "catalog/pg_type.h"
...
...
src/backend/optimizer/plan/planmain.c
View file @
97ac1032
...
@@ -14,13 +14,12 @@
...
@@ -14,13 +14,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.
69 2002/06/20 20:29:31
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/planmain.c,v 1.
70 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include "optimizer/clauses.h"
#include "optimizer/clauses.h"
#include "optimizer/cost.h"
#include "optimizer/cost.h"
...
...
src/backend/optimizer/plan/setrefs.c
View file @
97ac1032
...
@@ -9,13 +9,12 @@
...
@@ -9,13 +9,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/setrefs.c,v 1.
79 2002/06/20 20:29:31
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/setrefs.c,v 1.
80 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include "nodes/makefuncs.h"
#include "nodes/makefuncs.h"
#include "nodes/nodeFuncs.h"
#include "nodes/nodeFuncs.h"
...
...
src/backend/optimizer/prep/prepqual.c
View file @
97ac1032
...
@@ -8,11 +8,10 @@
...
@@ -8,11 +8,10 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.3
2 2002/06/20 20:29:31
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepqual.c,v 1.3
3 2002/09/02 02:47:02
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include <sys/types.h>
#include "postgres.h"
#include "postgres.h"
...
...
src/backend/optimizer/prep/prepunion.c
View file @
97ac1032
...
@@ -14,13 +14,12 @@
...
@@ -14,13 +14,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.7
6 2002/08/29 16:03:48 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.7
7 2002/09/02 02:47:02 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include "catalog/pg_type.h"
#include "catalog/pg_type.h"
#include "nodes/makefuncs.h"
#include "nodes/makefuncs.h"
...
...
src/backend/port/dynloader/aix.c
View file @
97ac1032
...
@@ -4,14 +4,14 @@
...
@@ -4,14 +4,14 @@
* 30159 Hannover, Germany
* 30159 Hannover, Germany
*/
*/
#include "postgres.h"
#include <stdio.h>
#include <stdio.h>
#include <errno.h>
#include <errno.h>
#include <sys/types.h>
#include "sys/ldr.h"
#include "sys/ldr.h"
#include <a.out.h>
#include <a.out.h>
#include "ldfcn.h"
#include "ldfcn.h"
#include "postgres.h"
#include "dynloader.h"
#include "dynloader.h"
#ifndef HAVE_DLOPEN
#ifndef HAVE_DLOPEN
...
...
src/backend/port/dynloader/freebsd.c
View file @
97ac1032
...
@@ -36,7 +36,9 @@
...
@@ -36,7 +36,9 @@
static
char
sccsid
[]
=
"@(#)dl.c 5.4 (Berkeley) 2/23/91"
;
static
char
sccsid
[]
=
"@(#)dl.c 5.4 (Berkeley) 2/23/91"
;
#endif
/* LIBC_SCCS and not lint */
#endif
/* LIBC_SCCS and not lint */
#include <sys/types.h>
#include "postgres.h"
#include "dynloader.h"
#include <nlist.h>
#include <nlist.h>
#include <link.h>
#include <link.h>
#include <dlfcn.h>
#include <dlfcn.h>
...
@@ -44,9 +46,6 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
...
@@ -44,9 +46,6 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include "postgres.h"
#include "dynloader.h"
static
char
error_message
[
BUFSIZ
];
static
char
error_message
[
BUFSIZ
];
char
*
char
*
...
...
src/backend/port/dynloader/netbsd.c
View file @
97ac1032
...
@@ -36,7 +36,8 @@
...
@@ -36,7 +36,8 @@
static
char
sccsid
[]
=
"@(#)dl.c 5.4 (Berkeley) 2/23/91"
;
static
char
sccsid
[]
=
"@(#)dl.c 5.4 (Berkeley) 2/23/91"
;
#endif
/* LIBC_SCCS and not lint */
#endif
/* LIBC_SCCS and not lint */
#include <sys/types.h>
#include "postgres.h"
#include <nlist.h>
#include <nlist.h>
#include <link.h>
#include <link.h>
#include <dlfcn.h>
#include <dlfcn.h>
...
@@ -44,7 +45,6 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
...
@@ -44,7 +45,6 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include "postgres.h"
#include "dynloader.h"
#include "dynloader.h"
static
char
error_message
[
BUFSIZ
];
static
char
error_message
[
BUFSIZ
];
...
...
src/backend/port/dynloader/openbsd.c
View file @
97ac1032
...
@@ -36,7 +36,8 @@
...
@@ -36,7 +36,8 @@
static
char
sccsid
[]
=
"@(#)dl.c 5.4 (Berkeley) 2/23/91"
;
static
char
sccsid
[]
=
"@(#)dl.c 5.4 (Berkeley) 2/23/91"
;
#endif
/* LIBC_SCCS and not lint */
#endif
/* LIBC_SCCS and not lint */
#include <sys/types.h>
#include "postgres.h"
#include <nlist.h>
#include <nlist.h>
#include <link.h>
#include <link.h>
#include <dlfcn.h>
#include <dlfcn.h>
...
@@ -44,7 +45,6 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
...
@@ -44,7 +45,6 @@ static char sccsid[] = "@(#)dl.c 5.4 (Berkeley) 2/23/91";
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include "postgres.h"
#include "dynloader.h"
#include "dynloader.h"
static
char
error_message
[
BUFSIZ
];
static
char
error_message
[
BUFSIZ
];
...
...
src/backend/port/qnx4/sem.c
View file @
97ac1032
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/sem.c,v 1.
9 2001/10/28 06:25:47
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/sem.c,v 1.
10 2002/09/02 02:47:03
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
#include <errno.h>
#include <errno.h>
#include <semaphore.h>
#include <semaphore.h>
#include <string.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <unistd.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/mman.h>
...
...
src/backend/port/sysv_sema.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/sysv_sema.c,v 1.
2 2002/06/20 20:29:3
3 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/sysv_sema.c,v 1.
3 2002/09/02 02:47:0
3 momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
#include <signal.h>
#include <signal.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/file.h>
#include <sys/file.h>
#include <sys/types.h>
#ifdef HAVE_SYS_IPC_H
#ifdef HAVE_SYS_IPC_H
#include <sys/ipc.h>
#include <sys/ipc.h>
#endif
#endif
...
...
src/backend/port/sysv_shmem.c
View file @
97ac1032
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/sysv_shmem.c,v 1.
2 2002/06/20 20:29:3
3 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/sysv_shmem.c,v 1.
3 2002/09/02 02:47:0
3 momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
#include <signal.h>
#include <signal.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/file.h>
#include <sys/file.h>
#include <sys/types.h>
#ifdef HAVE_SYS_IPC_H
#ifdef HAVE_SYS_IPC_H
#include <sys/ipc.h>
#include <sys/ipc.h>
#endif
#endif
...
...
src/backend/postmaster/pgstat.c
View file @
97ac1032
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
*
*
* Copyright (c) 2001, PostgreSQL Global Development Group
* Copyright (c) 2001, PostgreSQL Global Development Group
*
*
* $Header: /cvsroot/pgsql/src/backend/postmaster/pgstat.c,v 1.2
5 2002/09/02 01:05:05 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/pgstat.c,v 1.2
6 2002/09/02 02:47:03 momjian
Exp $
* ----------
* ----------
*/
*/
#include "postgres.h"
#include "postgres.h"
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
#include <fcntl.h>
#include <fcntl.h>
#include <sys/param.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/inet.h>
...
...
src/backend/postmaster/postmaster.c
View file @
97ac1032
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.28
6 2002/08/29 21:02:12
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.28
7 2002/09/02 02:47:03
momjian Exp $
*
*
* NOTES
* NOTES
*
*
...
@@ -65,7 +65,6 @@
...
@@ -65,7 +65,6 @@
#include <signal.h>
#include <signal.h>
#include <sys/wait.h>
#include <sys/wait.h>
#include <ctype.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/socket.h>
...
...
src/backend/regex/regcomp.c
View file @
97ac1032
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <ctype.h>
#include <ctype.h>
#include <limits.h>
#include <limits.h>
#include <assert.h>
#include <assert.h>
...
...
src/backend/regex/regerror.c
View file @
97ac1032
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <ctype.h>
#include <ctype.h>
#include <limits.h>
#include <limits.h>
#include <assert.h>
#include <assert.h>
...
...
src/backend/regex/regfree.c
View file @
97ac1032
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include "regex/regex.h"
#include "regex/regex.h"
#include "regex/utils.h"
#include "regex/utils.h"
...
...
src/backend/storage/buffer/buf_init.c
View file @
97ac1032
...
@@ -8,13 +8,12 @@
...
@@ -8,13 +8,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.5
0 2002/08/06 02:36:34 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/buf_init.c,v 1.5
1 2002/09/02 02:47:03 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <sys/file.h>
#include <sys/file.h>
#include <math.h>
#include <math.h>
#include <signal.h>
#include <signal.h>
...
...
src/backend/storage/buffer/bufmgr.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.13
0 2002/08/15 16:36:04
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/bufmgr.c,v 1.13
1 2002/09/02 02:47:03
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -41,7 +41,6 @@
...
@@ -41,7 +41,6 @@
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <sys/file.h>
#include <sys/file.h>
#include <math.h>
#include <math.h>
#include <signal.h>
#include <signal.h>
...
...
src/backend/storage/file/fd.c
View file @
97ac1032
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.9
3 2002/08/06 02:36:34 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.9
4 2002/09/02 02:47:03 momjian
Exp $
*
*
* NOTES:
* NOTES:
*
*
...
@@ -40,7 +40,6 @@
...
@@ -40,7 +40,6 @@
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <sys/file.h>
#include <sys/file.h>
#include <sys/param.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/stat.h>
...
...
src/backend/storage/ipc/ipci.c
View file @
97ac1032
...
@@ -8,13 +8,12 @@
...
@@ -8,13 +8,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.4
8 2002/06/20 20:29:35
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.4
9 2002/09/02 02:47:03
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include "miscadmin.h"
#include "miscadmin.h"
#include "access/clog.h"
#include "access/clog.h"
...
...
src/backend/storage/ipc/sinval.c
View file @
97ac1032
...
@@ -8,13 +8,12 @@
...
@@ -8,13 +8,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.5
0 2002/08/29 21:02:12
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/sinval.c,v 1.5
1 2002/09/02 02:47:03
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include "storage/proc.h"
#include "storage/proc.h"
#include "storage/sinval.h"
#include "storage/sinval.h"
...
...
src/backend/storage/large_object/inv_api.c
View file @
97ac1032
...
@@ -9,14 +9,13 @@
...
@@ -9,14 +9,13 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.9
5 2002/08/25 17:20:01 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/large_object/inv_api.c,v 1.9
6 2002/09/02 02:47:03 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <errno.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/file.h>
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/stat.h>
...
...
src/backend/storage/lmgr/lock.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.11
3 2002/08/31 17:14:27 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.11
4 2002/09/02 02:47:03 momjian
Exp $
*
*
* NOTES
* NOTES
* Outside modules can create a lock table and acquire/release
* Outside modules can create a lock table and acquire/release
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <unistd.h>
#include <unistd.h>
#include <signal.h>
#include <signal.h>
...
...
src/backend/storage/page/bufpage.c
View file @
97ac1032
...
@@ -8,13 +8,12 @@
...
@@ -8,13 +8,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.4
8 2002/09/02 01:05:05 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/page/bufpage.c,v 1.4
9 2002/09/02 02:47:04 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <sys/file.h>
#include <sys/file.h>
#include "storage/bufpage.h"
#include "storage/bufpage.h"
...
...
src/backend/tcop/postgres.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.28
8 2002/09/01 23:26:06
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.28
9 2002/09/02 02:47:04
momjian Exp $
*
*
* NOTES
* NOTES
* this is the "main" module of the postgres backend and
* this is the "main" module of the postgres backend and
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#include <signal.h>
#include <signal.h>
#include <time.h>
#include <time.h>
#include <sys/time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/socket.h>
#include <errno.h>
#include <errno.h>
...
@@ -1687,7 +1686,7 @@ PostgresMain(int argc, char *argv[], const char *username)
...
@@ -1687,7 +1686,7 @@ PostgresMain(int argc, char *argv[], const char *username)
if
(
!
IsUnderPostmaster
)
if
(
!
IsUnderPostmaster
)
{
{
puts
(
"
\n
POSTGRES backend interactive interface "
);
puts
(
"
\n
POSTGRES backend interactive interface "
);
puts
(
"$Revision: 1.28
8 $ $Date: 2002/09/01 23:26:06
$
\n
"
);
puts
(
"$Revision: 1.28
9 $ $Date: 2002/09/02 02:47:04
$
\n
"
);
}
}
/*
/*
...
...
src/backend/utils/adt/datetime.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.9
3 2002/08/04 06:44:47 thomas
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.9
4 2002/09/02 02:47:04 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
#include <ctype.h>
#include <ctype.h>
#include <math.h>
#include <math.h>
#include <sys/types.h>
#include <errno.h>
#include <errno.h>
#include <float.h>
#include <float.h>
#include <limits.h>
#include <limits.h>
...
...
src/backend/utils/adt/inet_net_ntop.c
View file @
97ac1032
...
@@ -16,17 +16,17 @@
...
@@ -16,17 +16,17 @@
*/
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if defined(LIBC_SCCS) && !defined(lint)
static
const
char
rcsid
[]
=
"$Id: inet_net_ntop.c,v 1.1
1 2001/10/25 05:49:4
4 momjian Exp $"
;
static
const
char
rcsid
[]
=
"$Id: inet_net_ntop.c,v 1.1
2 2002/09/02 02:47:0
4 momjian Exp $"
;
#endif
#endif
#include <sys/types.h>
#include "postgres.h"
#include <sys/socket.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/inet.h>
#include <errno.h>
#include <errno.h>
#include "postgres.h"
#include "utils/builtins.h"
#include "utils/builtins.h"
#ifdef SPRINTF_CHAR
#ifdef SPRINTF_CHAR
...
...
src/backend/utils/adt/inet_net_pton.c
View file @
97ac1032
...
@@ -16,10 +16,11 @@
...
@@ -16,10 +16,11 @@
*/
*/
#if defined(LIBC_SCCS) && !defined(lint)
#if defined(LIBC_SCCS) && !defined(lint)
static
const
char
rcsid
[]
=
"$Id: inet_net_pton.c,v 1.1
3 2001/10/25 05:49:4
4 momjian Exp $"
;
static
const
char
rcsid
[]
=
"$Id: inet_net_pton.c,v 1.1
4 2002/09/02 02:47:0
4 momjian Exp $"
;
#endif
#endif
#include <sys/types.h>
#include "postgres.h"
#include <sys/socket.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/inet.h>
...
@@ -28,7 +29,6 @@ static const char rcsid[] = "$Id: inet_net_pton.c,v 1.13 2001/10/25 05:49:44 mom
...
@@ -28,7 +29,6 @@ static const char rcsid[] = "$Id: inet_net_pton.c,v 1.13 2001/10/25 05:49:44 mom
#include <ctype.h>
#include <ctype.h>
#include <errno.h>
#include <errno.h>
#include "postgres.h"
#include "utils/builtins.h"
#include "utils/builtins.h"
#ifdef SPRINTF_CHAR
#ifdef SPRINTF_CHAR
...
...
src/backend/utils/adt/misc.c
View file @
97ac1032
...
@@ -8,17 +8,16 @@
...
@@ -8,17 +8,16 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.2
5 2002/08/20 04:45:59
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/misc.c,v 1.2
6 2002/09/02 02:47:04
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include <sys/types.h>
#include "postgres.h"
#include <sys/file.h>
#include <sys/file.h>
#include <time.h>
#include <time.h>
#include "postgres.h"
#include "miscadmin.h"
#include "miscadmin.h"
#include "utils/builtins.h"
#include "utils/builtins.h"
...
...
src/backend/utils/adt/nabstime.c
View file @
97ac1032
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.9
7 2002/09/01 00:58:06 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/nabstime.c,v 1.9
8 2002/09/02 02:47:04 momjian
Exp $
*
*
* NOTES
* NOTES
*
*
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
#include <ctype.h>
#include <ctype.h>
#include <time.h>
#include <time.h>
#include <sys/time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <float.h>
#include <float.h>
#include <limits.h>
#include <limits.h>
...
...
src/backend/utils/adt/network.c
View file @
97ac1032
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* is for IP V4 CIDR notation, but prepared for V6: just
* is for IP V4 CIDR notation, but prepared for V6: just
* add the necessary bits where the comments indicate.
* add the necessary bits where the comments indicate.
*
*
* $Header: /cvsroot/pgsql/src/backend/utils/adt/network.c,v 1.3
4 2001/10/25 05:49:45
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/network.c,v 1.3
5 2002/09/02 02:47:04
momjian Exp $
*
*
* Jon Postel RIP 16 Oct 1998
* Jon Postel RIP 16 Oct 1998
*/
*/
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
#include "postgres.h"
#include "postgres.h"
#include <errno.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/inet.h>
...
...
src/backend/utils/adt/numeric.c
View file @
97ac1032
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
*
*
* 1998 Jan Wieck
* 1998 Jan Wieck
*
*
* $Header: /cvsroot/pgsql/src/backend/utils/adt/numeric.c,v 1.5
1 2002/08/26 17:53:58 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/numeric.c,v 1.5
2 2002/09/02 02:47:04 momjian
Exp $
*
*
* ----------
* ----------
*/
*/
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
#include <float.h>
#include <float.h>
#include <math.h>
#include <math.h>
#include <errno.h>
#include <errno.h>
#include <sys/types.h>
#include "catalog/pg_type.h"
#include "catalog/pg_type.h"
#include "utils/array.h"
#include "utils/array.h"
...
...
src/backend/utils/adt/timestamp.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.7
0 2002/08/26 17:53:59 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v 1.7
1 2002/09/02 02:47:04 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
#include <ctype.h>
#include <ctype.h>
#include <math.h>
#include <math.h>
#include <errno.h>
#include <errno.h>
#include <sys/types.h>
#include <float.h>
#include <float.h>
#include <limits.h>
#include <limits.h>
...
...
src/backend/utils/cache/relcache.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.17
3 2002/09/02 01:05:06 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/relcache.c,v 1.17
4 2002/09/02 02:47:05 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <errno.h>
#include <errno.h>
#include <sys/file.h>
#include <sys/file.h>
#include <fcntl.h>
#include <fcntl.h>
...
...
src/backend/utils/error/elog.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.10
0 2002/08/29 07:22:28 ishii
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.10
1 2002/09/02 02:47:05 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
#include <time.h>
#include <time.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/types.h>
#include <errno.h>
#include <errno.h>
#include <unistd.h>
#include <unistd.h>
#include <signal.h>
#include <signal.h>
...
...
src/backend/utils/fmgr/dfmgr.c
View file @
97ac1032
...
@@ -8,14 +8,13 @@
...
@@ -8,14 +8,13 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.5
6 2002/06/20 20:29:39
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.5
7 2002/09/02 02:47:05
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <errno.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include "dynloader.h"
#include "dynloader.h"
...
...
src/backend/utils/hash/dynahash.c
View file @
97ac1032
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.4
3 2002/06/20 20:29:39
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/hash/dynahash.c,v 1.4
4 2002/09/02 02:47:05
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -44,7 +44,6 @@
...
@@ -44,7 +44,6 @@
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include "utils/dynahash.h"
#include "utils/dynahash.h"
#include "utils/hsearch.h"
#include "utils/hsearch.h"
...
...
src/backend/utils/init/findbe.c
View file @
97ac1032
...
@@ -7,13 +7,12 @@
...
@@ -7,13 +7,12 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.2
8 2002/06/20 20:29:40
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/Attic/findbe.c,v 1.2
9 2002/09/02 02:47:05
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/types.h>
#include <grp.h>
#include <grp.h>
#include <pwd.h>
#include <pwd.h>
#include <sys/stat.h>
#include <sys/stat.h>
...
...
src/backend/utils/init/miscinit.c
View file @
97ac1032
...
@@ -8,14 +8,13 @@
...
@@ -8,14 +8,13 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.9
4 2002/07/25 10:07:12 ishii
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.9
5 2002/09/02 02:47:05 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <sys/param.h>
#include <sys/param.h>
#include <sys/types.h>
#include <signal.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/file.h>
#include <sys/file.h>
...
...
src/backend/utils/init/postinit.c
View file @
97ac1032
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.11
3 2002/09/02 01:05:06 tgl
Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.11
4 2002/09/02 02:47:05 momjian
Exp $
*
*
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
#include <fcntl.h>
#include <fcntl.h>
#include <sys/file.h>
#include <sys/file.h>
#include <sys/types.h>
#include <math.h>
#include <math.h>
#include <unistd.h>
#include <unistd.h>
...
...
src/bin/pg_controldata/pg_controldata.c
View file @
97ac1032
...
@@ -6,13 +6,12 @@
...
@@ -6,13 +6,12 @@
* copyright (c) Oliver Elphick <olly@lfix.co.uk>, 2001;
* copyright (c) Oliver Elphick <olly@lfix.co.uk>, 2001;
* licence: BSD
* licence: BSD
*
*
* $Header: /cvsroot/pgsql/src/bin/pg_controldata/pg_controldata.c,v 1.
3 2002/08/21 22:24:34 petere
Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_controldata/pg_controldata.c,v 1.
4 2002/09/02 02:47:07 momjian
Exp $
*/
*/
#include "postgres.h"
#include "postgres.h"
#include <unistd.h>
#include <unistd.h>
#include <time.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <fcntl.h>
#include <locale.h>
#include <locale.h>
...
...
src/bin/pg_resetxlog/pg_resetxlog.c
View file @
97ac1032
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.
3 2002/08/29 22:19:03 petere
Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.
4 2002/09/02 02:47:07 momjian
Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
#include <errno.h>
#include <errno.h>
#include <unistd.h>
#include <unistd.h>
#include <time.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <fcntl.h>
#include <dirent.h>
#include <dirent.h>
...
...
src/include/miscadmin.h
View file @
97ac1032
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: miscadmin.h,v 1.10
7 2002/08/29 21:02:12
momjian Exp $
* $Id: miscadmin.h,v 1.10
8 2002/09/02 02:47:07
momjian Exp $
*
*
* NOTES
* NOTES
* some of the information in this file should be moved to
* some of the information in this file should be moved to
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
#ifndef MISCADMIN_H
#ifndef MISCADMIN_H
#define MISCADMIN_H
#define MISCADMIN_H
#include <sys/types.h>
/*****************************************************************************
/*****************************************************************************
...
...
src/include/storage/pg_shmem.h
View file @
97ac1032
...
@@ -17,16 +17,13 @@
...
@@ -17,16 +17,13 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_shmem.h,v 1.
2 2002/06/20 20:29:52
momjian Exp $
* $Id: pg_shmem.h,v 1.
3 2002/09/02 02:47:07
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
#ifndef PG_SHMEM_H
#ifndef PG_SHMEM_H
#define PG_SHMEM_H
#define PG_SHMEM_H
#include <sys/types.h>
typedef
struct
PGShmemHeader
/* standard header for all Postgres shmem */
typedef
struct
PGShmemHeader
/* standard header for all Postgres shmem */
{
{
int32
magic
;
/* magic # to identify Postgres segments */
int32
magic
;
/* magic # to identify Postgres segments */
...
...
src/port/gethostname.c
View file @
97ac1032
/* $Id: gethostname.c,v 1.
1 2002/07/18 04:13:59
momjian Exp $ */
/* $Id: gethostname.c,v 1.
2 2002/09/02 02:47:07
momjian Exp $ */
#include "c.h"
#include "c.h"
#include <sys/types.h>
#include <string.h>
#include <string.h>
#include <sys/utsname.h>
#include <sys/utsname.h>
...
...
src/port/inet_aton.c
View file @
97ac1032
/* $Id: inet_aton.c,v 1.
1 2002/07/18 04:13:59
momjian Exp $
/* $Id: inet_aton.c,v 1.
2 2002/09/02 02:47:07
momjian Exp $
*
*
* This inet_aton() function was taken from the GNU C library and
* This inet_aton() function was taken from the GNU C library and
* incorporated into Postgres for those systems which do not have this
* incorporated into Postgres for those systems which do not have this
...
@@ -44,7 +44,6 @@
...
@@ -44,7 +44,6 @@
#include "c.h"
#include "c.h"
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/in.h>
#include <ctype.h>
#include <ctype.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment