mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Update HISTORY
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -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
|
||||
|
||||
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