mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
placeholder code for function
This commit is contained in:
@@ -34,3 +34,6 @@ CREATE VIEW show_nodes AS
|
||||
LEFT JOIN nodes un
|
||||
ON un.node_id = n.upstream_node_id;
|
||||
|
||||
CREATE FUNCTION request_vote(int) RETURNS boolean
|
||||
AS '$libdir/repmgr', 'request_vote'
|
||||
LANGUAGE C STRICT;
|
||||
|
||||
Reference in New Issue
Block a user