diff options
Diffstat (limited to 'src/include/common/controldata_utils.h')
-rw-r--r-- | src/include/common/controldata_utils.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/common/controldata_utils.h b/src/include/common/controldata_utils.h index 750ba651649..c5ef9c369be 100644 --- a/src/include/common/controldata_utils.h +++ b/src/include/common/controldata_utils.h @@ -12,10 +12,8 @@ #include "catalog/pg_control.h" -extern ControlFileData *get_controlfile(const char *DataDir, - const char *progname, - bool *crc_ok_p); -extern void update_controlfile(const char *DataDir, const char *progname, +extern ControlFileData *get_controlfile(const char *DataDir, bool *crc_ok_p); +extern void update_controlfile(const char *DataDir, ControlFileData *ControlFile, bool do_sync); #endif /* COMMON_CONTROLDATA_UTILS_H */ |