mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Update HISTORY
This commit is contained in:
4
repmgr.c
4
repmgr.c
@@ -6667,10 +6667,6 @@ check_upstream_config(PGconn *conn, int server_version_num, bool exit_on_error)
|
||||
config_ok = false;
|
||||
}
|
||||
|
||||
/*
|
||||
* work out how many replication connections we'll be making (1 or 2)
|
||||
*/
|
||||
|
||||
i = guc_set_typed(conn, "max_wal_senders", ">", "0", "integer");
|
||||
if (i == 0 || i == -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user