projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d53003
)
Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.
author
Heikki Linnakangas
Fri, 24 Oct 2014 17:39:56 +0000
(20:39 +0300)
committer
Heikki Linnakangas
Fri, 24 Oct 2014 17:41:21 +0000
(20:41 +0300)
Needed at least on Windows.
src/bin/pg_controldata/pg_controldata.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_controldata/pg_controldata.c
b/src/bin/pg_controldata/pg_controldata.c
index d0cf039f42a7ee6ad17b79d1abf70eb15f571e03..32cc100fa252586115feb3be59370fb3ab57d49a 100644
(file)
--- a/
src/bin/pg_controldata/pg_controldata.c
+++ b/
src/bin/pg_controldata/pg_controldata.c
@@
-26,6
+26,7
@@
#include "access/xlog.h"
#include "access/xlog_internal.h"
#include "catalog/pg_control.h"
+#include "pg_getopt.h"
static void