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 a8286030c0
commit d7702b3444
4 changed files with 12 additions and 9 deletions

View File

@@ -1,4 +1,7 @@
4.0.4 2018-03-08
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)
repmgr: improve replication slot warnings generated by "node status";