Update HISTORY

This commit is contained in:
Ian Barwick
2016-09-21 13:39:42 +09:00
parent 5e338473f7
commit 5090b8cab1
2 changed files with 2 additions and 4 deletions

View File

@@ -6,6 +6,8 @@
executed for a node which is not running (Ian)
repmgr: remove deprecated command line options --initdb-no-pwprompt and
-l/--local-port (Ian)
repmgr: before cloning with pg_basebackup, check that sufficient free
walsenders are available (Ian)
improve "repmgr-auto" Debian package (Gianni)
3.1.5 2016-08-15

View File

@@ -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)
{