mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Update regression tests
This commit is contained in:
@@ -17,9 +17,15 @@ SELECT * FROM repmgr.replication_status;
|
||||
SELECT * FROM repmgr.show_nodes;
|
||||
|
||||
-- functions
|
||||
SELECT repmgr.am_bdr_failover_handler(-1);
|
||||
SELECT repmgr.get_new_primary();
|
||||
SELECT repmgr.get_voting_status();
|
||||
SELECT repmgr.notify_follow_primary(-1);
|
||||
SELECT repmgr.other_node_is_candidate(-1,-1);
|
||||
SELECT repmgr.request_vote(-1,-1);
|
||||
SELECT repmgr.reset_voting_status();
|
||||
SELECT repmgr.set_local_node_id(-1);
|
||||
SELECT repmgr.set_voting_status_initiated();
|
||||
SELECT repmgr.standby_get_last_updated();
|
||||
SELECT repmgr.standby_set_last_updated();
|
||||
SELECT repmgr.unset_bdr_failover_handler();
|
||||
|
||||
Reference in New Issue
Block a user