"standby clone": improve error messages related to extension status

Previously repmgr would emit the "repmgr extension not found on source node"
which depending on context is somewhat misleading, as it may exist
but not be installed, or the user may be attempting to clone from the
wrong database.
This commit is contained in:
Ian Barwick
2019-08-07 16:34:19 +09:00
parent 3df65d0eb3
commit 666c6f5140
2 changed files with 21 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
4.4.1 2019-??-??
repmgr: improve data directory check (Ian)
repmgr: improve extension check during "standby clone" (Ian)
4.4 2019-06-27
repmgr: improve "daemon status" output (Ian)