Minimum supported version is currently 9.4

This commit is contained in:
Ian Barwick
2017-06-25 21:46:50 +09:00
parent b64581c582
commit 7845a1fb47
4 changed files with 19 additions and 62 deletions

View File

@@ -19,8 +19,8 @@
#include "dbutils.h"
#include "log.h"
#define MIN_SUPPORTED_VERSION "9.3"
#define MIN_SUPPORTED_VERSION_NUM 90300
#define MIN_SUPPORTED_VERSION "9.4"
#define MIN_SUPPORTED_VERSION_NUM 90400
#define UNKNOWN_SERVER_VERSION_NUM -1
#define NODE_NOT_FOUND -1