We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038a2ed commit 2dd3f96Copy full SHA for 2dd3f96
src/bin/pg_controldata/pg_controldata.c
@@ -25,6 +25,7 @@
25
#include "catalog/pg_control.h"
26
#include "common/controldata_utils.h"
27
#include "pg_getopt.h"
28
+#include "getopt_long.h"
29
30
31
static void
src/bin/pg_resetwal/pg_resetwal.c
@@ -55,6 +55,7 @@
55
#include "common/restricted_token.h"
56
#include "storage/large_object.h"
57
58
59
60
61
static ControlFileData ControlFile; /* pg_control values */
0 commit comments