Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-10-07 17:07:34 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-10-07 17:07:34 +0300
commit07e27fa5feabd4ab8f34ebcfbef0176645a5f278 (patch)
treeb44595b0e4c0eb7a945f558de2842fc72468cc75 /include/zbxdb.h
parent818318021503072b8fd759e66693364d3079516a (diff)
.......PS. [ZBXNEXT-6898] bumped max postgresql version to 14.x
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 406afaf3aa4..4f0251a4850 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -165,8 +165,8 @@ int zbx_db_strlen_n(const char *text_loc, size_t maxlen);
#define ZBX_POSTGRESQL_MIN_VERSION_FRIENDLY "10.9"
#define ZBX_POSTGRESQL_MIN_SUPPORTED_VERSION 130000
#define ZBX_POSTGRESQL_MIN_SUPPORTED_VERSION_FRIENDLY "13.0"
-#define ZBX_POSTGRESQL_MAX_VERSION 139999
-#define ZBX_POSTGRESQL_MAX_VERSION_FRIENDLY "13.x"
+#define ZBX_POSTGRESQL_MAX_VERSION 149999
+#define ZBX_POSTGRESQL_MAX_VERSION_FRIENDLY "14.x"
#define ZBX_ORACLE_MIN_VERSION 1201000200
#define ZBX_ORACLE_MIN_VERSION_FRIENDLY "Database 12c Release 12.01.00.02.x"