Update extension SQL

This commit is contained in:
Ian Barwick
2017-11-13 10:02:46 +09:00
parent e16eb42693
commit 35782d83c0
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'