mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +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"),
|
log_error(_("repmgr metadata table 'repmgr.%s' is not in the 'repmgr' replication set"),
|
||||||
"nodes");
|
"nodes");
|
||||||
|
|||||||
Reference in New Issue
Block a user