From 5090b8cab1edcaeb0771cc2add37929eb76fc615 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 21 Sep 2016 13:39:42 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 2 ++ repmgr.c | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 7797e7fa..c70ae831 100644 --- a/HISTORY +++ b/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 diff --git a/repmgr.c b/repmgr.c index 51cf2ebd..67500672 100644 --- a/repmgr.c +++ b/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) {