repmgr 4.4.x is not compatible with PostgreSQL 12 or later

This commit is contained in:
Ian Barwick
2020-02-14 10:42:38 +09:00
parent 1460e6400a
commit 00494f1a15

View File

@@ -77,6 +77,9 @@
#define MIN_SUPPORTED_VERSION "9.3"
#define MIN_SUPPORTED_VERSION_NUM 90300
#define MAX_UNSUPPORTED_VERSION "12"
#define MAX_UNSUPPORTED_VERSION_NUM 120000
#define REPLICATION_TYPE_PHYSICAL 1
#define REPLICATION_TYPE_BDR 2