mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Basic voting
This commit is contained in:
@@ -247,6 +247,7 @@ bool is_server_available(const char *conninfo);
|
||||
/* node voting functions */
|
||||
NodeVotingStatus get_voting_status(PGconn *conn);
|
||||
int request_vote(PGconn *conn, t_node_info *this_node, t_node_info *other_node, XLogRecPtr last_wal_receive_lsn);
|
||||
void set_voting_status_initiated(PGconn *conn);
|
||||
|
||||
|
||||
/* replication status functions */
|
||||
|
||||
Reference in New Issue
Block a user