Add sanity check for extension version

This should cover the cases where the "repmgr" extension was installed
manually but not updated, or an upgrade was not fully completed.
This commit is contained in:
Ian Barwick
2018-10-31 11:11:23 +09:00
parent b74129f363
commit 3c5ef69f38
7 changed files with 80 additions and 19 deletions

View File

@@ -1,3 +1,6 @@
4.2.1 2018-??-??
repmgr: add sanity check for correct extension version (Ian)
4.2 2018-10-24
repmgr: add parameter "shutdown_check_timeout" for use by "standby switchover";
GitHub #504 (Ian)