mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Bump minimum supported version to 9.3
We need to assume the existence of timeline switch following by standbys.
This commit is contained in:
4
repmgr.h
4
repmgr.h
@@ -32,8 +32,8 @@
|
|||||||
#define STANDBY_MODE 1
|
#define STANDBY_MODE 1
|
||||||
#define WITNESS_MODE 2
|
#define WITNESS_MODE 2
|
||||||
|
|
||||||
#define MIN_SUPPORTED_VERSION "9.1"
|
#define MIN_SUPPORTED_VERSION "9.3"
|
||||||
#define MIN_SUPPORTED_VERSION_NUM 90100
|
#define MIN_SUPPORTED_VERSION_NUM 90300
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#define MAXFILENAME 1024
|
#define MAXFILENAME 1024
|
||||||
|
|||||||
Reference in New Issue
Block a user