From 5b91a2d4090b83c4b6fb6b3eee7132bd573bffe5 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 7 Feb 2018 09:55:36 +0900 Subject: [PATCH] Update HISTORY and release notes --- HISTORY | 1 + configfile.c | 3 --- doc/appendix-release-notes.sgml | 6 ++++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index ad5c6bc3..247f0b4d 100644 --- a/HISTORY +++ b/HISTORY @@ -13,6 +13,7 @@ repmgr: fix upstream node display in "repmgr node status"; GitHub #363 (fanf2) repmgr: improve/clarify documentation and update --help output for "primary unregister"; GitHub #373 (Ian) + repmgr: fix parsing of "pg_basebackup_options"; GitHub #376 (Ian) 4.0.2 2018-01-18 repmgr: add missing -W option to getopt_long() invocation; GitHub #350 (Ian) diff --git a/configfile.c b/configfile.c index 8402ef4b..ee07829a 100644 --- a/configfile.c +++ b/configfile.c @@ -1689,9 +1689,6 @@ free_parsed_argv(char ***argv_array) } - - - bool parse_pg_basebackup_options(const char *pg_basebackup_options, t_basebackup_options *backup_options, int server_version_num, ItemList *error_list) { diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index d0ffc321..ce3d86c6 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -101,6 +101,12 @@ + + + parsining of pg_basebackup_options fixed (GitHub #376) + + +