Update extension SQL

This commit is contained in:
Ian Barwick
2017-11-13 10:02:46 +09:00
parent 9908a9c662
commit a1e272f64c
2 changed files with 25 additions and 1 deletions

View File

@@ -143,7 +143,6 @@ CREATE FUNCTION reset_voting_status()
AS 'MODULE_PATHNAME', 'reset_voting_status'
LANGUAGE C STRICT;
CREATE FUNCTION am_bdr_failover_handler(INT)
RETURNS BOOL
AS 'MODULE_PATHNAME', 'am_bdr_failover_handler'