Correctly handle error message pointer when parsing strings.

When parsing conninfo strings, ensure the error message pointer is
actually returned to the caller.

Not a criticial issue, just meant the contents of the error message
were not being displayed.
This commit is contained in:
Ian Barwick
2018-03-10 14:24:26 +09:00
parent 71c5d10a8c
commit b2eb9b8525
4 changed files with 11 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
4.0.5 2018-??-??
repmgr: fix display of conninfo parsing error messages (Ian)
4.0.4 2018-03-09
repmgr: add "standby clone --recovery-conf-only" option; GitHub #382 (Ian)
repmgr: make "standby promote" timeout values configurable; GitHub #387 (Ian)