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
90c3ebe4
Commit
90c3ebe4
authored
Nov 27, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.
parent
77ab4761
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
15 deletions
+15
-15
contrib/pg_dumplo/main.c
contrib/pg_dumplo/main.c
+2
-2
src/bin/initdb/initdb.c
src/bin/initdb/initdb.c
+2
-2
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_ctl/pg_ctl.c
+2
-2
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.c
+2
-2
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_dumpall.c
+2
-2
src/bin/pg_dump/pg_restore.c
src/bin/pg_dump/pg_restore.c
+2
-2
src/bin/psql/startup.c
src/bin/psql/startup.c
+2
-2
src/bin/scripts/common.h
src/bin/scripts/common.h
+1
-1
No files found.
contrib/pg_dumplo/main.c
View file @
90c3ebe4
/* -------------------------------------------------------------------------
* pg_dumplo
*
* $PostgreSQL: pgsql/contrib/pg_dumplo/main.c,v 1.2
0 2004/10/25 02:15:00
tgl Exp $
* $PostgreSQL: pgsql/contrib/pg_dumplo/main.c,v 1.2
1 2004/11/27 18:51:04
tgl Exp $
*
* Karel Zak 1999-2000
* -------------------------------------------------------------------------
...
...
@@ -23,7 +23,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_
INT_
OPTRESET
int
optreset
;
#endif
...
...
src/bin/initdb/initdb.c
View file @
90c3ebe4
...
...
@@ -39,7 +39,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
* Portions taken from FreeBSD.
*
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.6
7 2004/11/14 23:36:53
tgl Exp $
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.6
8 2004/11/27 18:51:05
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -60,7 +60,7 @@
#include "mb/pg_wchar.h"
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_
INT_
OPTRESET
int
optreset
;
#endif
...
...
src/bin/pg_ctl/pg_ctl.c
View file @
90c3ebe4
...
...
@@ -4,7 +4,7 @@
*
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.4
7 2004/11/17 17:46:12
tgl Exp $
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.4
8 2004/11/27 18:51:05
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -28,7 +28,7 @@
#undef WIN32
#endif
#ifndef HAVE_OPTRESET
#ifndef HAVE_
INT_
OPTRESET
int
optreset
;
#endif
...
...
src/bin/pg_dump/pg_dump.c
View file @
90c3ebe4
...
...
@@ -12,7 +12,7 @@
* by PostgreSQL
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.39
2 2004/11/06 19:36:02
tgl Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.39
3 2004/11/27 18:51:06
tgl Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -40,7 +40,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_
INT_
OPTRESET
int
optreset
;
#endif
...
...
src/bin/pg_dump/pg_dumpall.c
View file @
90c3ebe4
...
...
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.5
4 2004/10/16 03:10:15 momjian
Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.5
5 2004/11/27 18:51:06 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -25,7 +25,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_
INT_
OPTRESET
int
optreset
;
#endif
...
...
src/bin/pg_dump/pg_restore.c
View file @
90c3ebe4
...
...
@@ -34,7 +34,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.6
6 2004/11/11 17:06:46 momjian
Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.6
7 2004/11/27 18:51:06 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -57,7 +57,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_
INT_
OPTRESET
int
optreset
;
#endif
...
...
src/bin/psql/startup.c
View file @
90c3ebe4
...
...
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2004, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.10
5 2004/11/01 19:21:50 momjian
Exp $
* $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.10
6 2004/11/27 18:51:07 tgl
Exp $
*/
#include "postgres_fe.h"
...
...
@@ -18,7 +18,7 @@
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_
INT_
OPTRESET
int
optreset
;
#endif
...
...
src/bin/scripts/common.h
View file @
90c3ebe4
...
...
@@ -4,7 +4,7 @@
#include "pqexpbuffer.h"
#include "getopt_long.h"
#ifndef HAVE_OPTRESET
#ifndef HAVE_
INT_
OPTRESET
int
optreset
;
#endif
...
...
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