mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgrd: fix BDR sanity check
This commit is contained in:
@@ -62,7 +62,7 @@ monitor_bdr(void)
|
||||
}
|
||||
|
||||
|
||||
if (is_table_in_bdr_replication_set(local_conn, "nodes", "repmgr"))
|
||||
if (is_table_in_bdr_replication_set(local_conn, "nodes", "repmgr") == false)
|
||||
{
|
||||
log_error(_("repmgr metadata table 'repmgr.%s' is not in the 'repmgr' replication set"),
|
||||
"nodes");
|
||||
|
||||
Reference in New Issue
Block a user