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 270b7da commit be6de4cCopy full SHA for be6de4c
src/include/common/controldata_utils.h
@@ -10,6 +10,8 @@
10
#ifndef COMMON_CONTROLDATA_UTILS_H
11
#define COMMON_CONTROLDATA_UTILS_H
12
13
+#include "catalog/pg_control.h"
14
+
15
extern ControlFileData *get_controlfile(char *DataDir, const char *progname);
16
17
#endif /* COMMON_CONTROLDATA_UTILS_H */
0 commit comments