projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff8d11
)
Add extern int optreset declaration, per bug report from <info@decc.nl>.
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 19 Apr 2001 19:09:23 +0000
(19:09 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 19 Apr 2001 19:09:23 +0000
(19:09 +0000)
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index 5ee2257e4452ed16a23e8374cfed2086126ea143..f6b8884dcca76d6a68c9831fb7c0afe3574b0a5d 100644
(file)
--- a/
src/backend/postmaster/postmaster.c
+++ b/
src/backend/postmaster/postmaster.c
@@
-28,7
+28,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.21
1 2001/03/22 03:59:43 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.21
2 2001/04/19 19:09:23 petere
Exp $
*
* NOTES
*
@@
-211,6
+211,9
@@
static unsigned int random_seed = 0;
extern char *optarg;
extern int optind,
opterr;
+#ifdef HAVE_INT_OPTRESET
+extern int optreset;
+#endif
/*
* postmaster.c - function prototypes