mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgrd: various fixed, mainly clearing status after a failover event
This commit is contained in:
@@ -65,3 +65,8 @@ CREATE FUNCTION get_new_primary()
|
||||
RETURNS INT
|
||||
AS '$libdir/repmgr', 'get_new_primary'
|
||||
LANGUAGE C STRICT;
|
||||
|
||||
CREATE FUNCTION reset_voting_status()
|
||||
RETURNS VOID
|
||||
AS '$libdir/repmgr', 'reset_voting_status'
|
||||
LANGUAGE C STRICT;
|
||||
|
||||
Reference in New Issue
Block a user