interim commit

This commit is contained in:
Ian Barwick
2017-06-28 16:38:41 +09:00
parent 35b6178e07
commit ded8d95e5a
7 changed files with 522 additions and 62 deletions

View File

@@ -37,3 +37,8 @@ LEFT JOIN nodes un
CREATE FUNCTION request_vote(int) RETURNS boolean
AS '$libdir/repmgr', 'request_vote'
LANGUAGE C STRICT;
CREATE FUNCTION get_voting_status() RETURNS int
AS '$libdir/repmgr', 'get_voting_status'
LANGUAGE C STRICT;