mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Refactor "standby follow" functionality
"standby follow" was originally co-opted to start up a demoted node; this functionality is now delegated to "node rejoin", with the core functionality of "standby follow" implemented as an internal function.
This commit is contained in:
@@ -11,6 +11,7 @@ extern void do_standby_register(void);
|
||||
extern void do_standby_unregister(void);
|
||||
extern void do_standby_promote(void);
|
||||
extern void do_standby_follow(void);
|
||||
extern void do_standby_follow_internal(PGconn *primary_conn, t_node_info *primary_node_record);
|
||||
extern void do_standby_switchover(void);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user