Remove unneeded functions

This commit is contained in:
Ian Barwick
2017-11-20 15:18:21 +09:00
parent 454c0b7bd9
commit 67e27f9ecd
8 changed files with 0 additions and 176 deletions

View File

@@ -133,11 +133,6 @@ CREATE FUNCTION standby_get_last_updated()
/* failover functions */
CREATE FUNCTION set_voting_status_initiated()
RETURNS INT
AS '$libdir/repmgr', 'set_voting_status_initiated'
LANGUAGE C STRICT;
CREATE FUNCTION notify_follow_primary(INT)
RETURNS VOID
AS '$libdir/repmgr', 'notify_follow_primary'