From 836f32bdbc93ebf64e26ae2cae4eeae249133f09 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 28 Nov 2017 13:42:09 +0900 Subject: [PATCH] Update release notes --- HISTORY | 2 +- doc/appendix-release-notes.sgml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index cfa3c09e..41d90f1a 100644 --- a/HISTORY +++ b/HISTORY @@ -2,7 +2,7 @@ repmgr: ensure "repmgr node check --action=" returns appropriate return code; GitHub #340 (Ian) repmgr: add missing schema qualification in get_all_node_records_with_upstream() - query (Martín) + query GitHub #341 (Martín) repmgr: initialise "voting_term" table in application, not extension SQL; GitHub #344 (Ian) repmgr: delete any replication slots copied by pg_rewind; GitHub #334 (Ian) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index cc848927..3308789d 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -43,6 +43,29 @@ + + + When using --force-rewind with + delete any replication slots copied by pg_rewind + (GitHub #334) + + + + + + Only perform sanity check on accessibility of configuration files outside + the data directory when --copy-external-config-files + provided (GitHub #342) + + + + + + Initialise "voting_term" table in application, not extension SQL + (GitHub #344) + + +