mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Remove unneeded functions
This commit is contained in:
@@ -50,12 +50,6 @@ SELECT repmgr.get_new_primary();
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.get_voting_status();
|
||||
get_voting_status
|
||||
-------------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.notify_follow_primary(-1);
|
||||
notify_follow_primary
|
||||
-----------------------
|
||||
@@ -68,54 +62,6 @@ SELECT repmgr.notify_follow_primary(NULL);
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.other_node_is_candidate(-1,-1);
|
||||
other_node_is_candidate
|
||||
-------------------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.other_node_is_candidate(-1,NULL);
|
||||
other_node_is_candidate
|
||||
-------------------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.other_node_is_candidate(NULL,-1);
|
||||
other_node_is_candidate
|
||||
-------------------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.other_node_is_candidate(NULL,NULL);
|
||||
other_node_is_candidate
|
||||
-------------------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.request_vote(-1,-1);
|
||||
request_vote
|
||||
--------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.request_vote(-1,NULL);
|
||||
request_vote
|
||||
--------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.request_vote(NULL,-1);
|
||||
request_vote
|
||||
--------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.request_vote(NULL,NULL);
|
||||
request_vote
|
||||
--------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.reset_voting_status();
|
||||
reset_voting_status
|
||||
---------------------
|
||||
@@ -134,12 +80,6 @@ SELECT repmgr.set_local_node_id(NULL);
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.set_voting_status_initiated();
|
||||
set_voting_status_initiated
|
||||
-----------------------------
|
||||
|
||||
(1 row)
|
||||
|
||||
SELECT repmgr.standby_get_last_updated();
|
||||
standby_get_last_updated
|
||||
--------------------------
|
||||
|
||||
Reference in New Issue
Block a user