3 * Common code for pg_controldata output
5 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
6 * Portions Copyright (c) 1994, Regents of the University of California
8 * src/include/common/controldata_utils.h
10#ifndef COMMON_CONTROLDATA_UTILS_H
11#define COMMON_CONTROLDATA_UTILS_H
21#endif /* COMMON_CONTROLDATA_UTILS_H */
void update_controlfile(const char *DataDir, ControlFileData *ControlFile, bool do_sync)
ControlFileData * get_controlfile(const char *DataDir, bool *crc_ok_p)
ControlFileData * get_controlfile_by_exact_path(const char *ControlFilePath, bool *crc_ok_p)
static ControlFileData * ControlFile