interim commit

This commit is contained in:
Ian Barwick
2017-06-28 18:20:03 +09:00
parent f4e8bf891d
commit d6b6255144
4 changed files with 48 additions and 9 deletions

View File

@@ -246,7 +246,8 @@ bool is_server_available(const char *conninfo);
/* node voting functions */
NodeVotingStatus get_voting_status(PGconn *conn);
int request_vote(PGconn *conn, int this_node_id, int this_node_priority, XLogRecPtr last_wal_receive_lsn);
int request_vote(PGconn *conn, t_node_info *this_node, t_node_info *other_node, XLogRecPtr last_wal_receive_lsn);
/* replication status functions */