From 5d8d9db21d9519270027d04091791b360898d6c7 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 25 Sep 2018 14:28:07 +0900 Subject: [PATCH] doc: update 4.2 release notes --- doc/appendix-release-notes.sgml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index 35c252c3..6a8636b6 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -20,6 +20,25 @@ ???, 2018 + + Configuration file changes + + + + + New parameter shutdown_check_timeout (default: 60 seconds) added; + this provides an explicit timeout for + repmgr standby switchover + to check that the demotion candidate (current primary) has shut down. Previously, the parameters + reconnect_attempts and reconnect_interval + were used to calculate a timeout, but these are actually + intended for primary failure detection. (GitHub #504). + + + + + +