mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Enable use of pg_rewind during switchover operations
But only if required and --force-rewind required, and pg_rewind can actually be used.
This commit is contained in:
@@ -11,7 +11,7 @@ extern void do_node_check(void);
|
||||
extern CheckStatus do_node_check_archiver(PGconn *conn, OutputMode mode, PQExpBufferData *output);
|
||||
extern CheckStatus do_node_check_replication_lag(PGconn *conn, OutputMode mode, PQExpBufferData *output);
|
||||
|
||||
|
||||
extern void do_node_rejoin(void);
|
||||
extern void do_node_archive_config(void);
|
||||
extern void do_node_restore_config(void);
|
||||
extern void do_node_service(void);
|
||||
|
||||
Reference in New Issue
Block a user