From 6559258b536b3591cf1ce70b75d4090b3dc4f736 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 5 Mar 2020 17:24:24 +0900 Subject: [PATCH] doc: update release notes --- HISTORY | 1 + doc/appendix-release-notes.xml | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 79e08d8e..36f33f48 100644 --- a/HISTORY +++ b/HISTORY @@ -11,6 +11,7 @@ repmgr: improve "standby switchover" completion checks (Ian) repmgr: add replication configuration file ownership check to "standby switchover" (Ian) + repmgr: consolidate replication connection code (Ian) 5.0 2019-10-15 general: add PostgreSQL 12 support (Ian) diff --git a/doc/appendix-release-notes.xml b/doc/appendix-release-notes.xml index 6ce2a376..0f557683 100644 --- a/doc/appendix-release-notes.xml +++ b/doc/appendix-release-notes.xml @@ -78,8 +78,7 @@ checks for available replication slots on the rejoin target. - - + repmgr standby follow and @@ -88,6 +87,15 @@ be created on the follow/rejoin target. + + + + Fix situation where replication connections were not created correctly, which + could lead to spurious replication connection failures in some situations, e.g. + where password files are used. + + +