repmgr: fix --replication-user option when using conninfo string

In "standby clone", if a conninfo string was provided, this was passed
as-is to pg_basebackup - rewrite conninfo string to include the
value passed with --replication-user, if provided.
This commit is contained in:
Ian Barwick
2017-05-05 09:18:30 +09:00
parent 6a4f5944a1
commit 2fa277cc53
2 changed files with 56 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
3.3.2 2017-05-
repmgr: ensure --replication-user option is honoured when passing database
connection parameters as a conninfo string (Ian)
3.3.1 2017-03-
repmgrd: prevent invalid apply lag value being written to the
monitoring table (Ian)