repmgr: fix return code output for repmgr node check --action=...

Addresses GitHub #340
This commit is contained in:
Ian Barwick
2017-11-23 10:33:39 +09:00
parent 2e42226f68
commit 81beec54aa
6 changed files with 75 additions and 17 deletions

View File

@@ -1,6 +1,12 @@
4.0.1 2017-11-
repmgr: ensure "repmgr node check --action=" returns appropriate return
code (Ian)
repmgr: add missing schema qualification in get_all_node_records_with_upstream()
query (Martín)
4.0.0 2017-11-21
Complete rewrite with many changes; for details see the repmgr 4.0.0 release
notes at: https://repmgr.org/docs/4.0/release-4.0.html
notes at: https://repmgr.org/docs/4.0/release-4.0.0.html
3.3.2 2017-06-01
Add support for PostgreSQL 10 (Ian)