mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
"standby follow": check node system identifiers match
This commit is contained in:
@@ -18,10 +18,10 @@ typedef struct
|
||||
ControlFileData *control_file;
|
||||
} ControlFileInfo;
|
||||
|
||||
DBState get_db_state(const char *data_directory);
|
||||
const char * describe_db_state(DBState state);
|
||||
int get_data_checksum_version(const char *data_directory);
|
||||
|
||||
extern DBState get_db_state(const char *data_directory);
|
||||
extern const char * describe_db_state(DBState state);
|
||||
extern int get_data_checksum_version(const char *data_directory);
|
||||
extern uint64 get_system_identifier(const char *data_directory);
|
||||
extern XLogRecPtr get_latest_checkpoint_location(const char *data_directory);
|
||||
|
||||
#endif /* _CONTROLDATA_H_ */
|
||||
|
||||
Reference in New Issue
Block a user