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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-04-07 22:18:07 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-04-07 22:18:26 +0300
commit12edf228bf964dc564ae2b97dfd47d00dae5d552 (patch)
tree2deebde5ec67528b52971ba277e2f3c9ff8aaeb4 /include/zbxdb.h
parent8558634702331132094ef8f1f02b7dafe61a9f57 (diff)
........S. [DEV-1836] removed the left 0 from PG version
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 1b11fb13a5c..d50f45e19b3 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -158,7 +158,7 @@ int zbx_db_strlen_n(const char *text_loc, size_t maxlen);
#define ZBX_MARIA_MAX_VERSION_FRIENDLY "10.05.x"
#define ZBX_POSTGRESQL_MIN_VERSION 100900
-#define ZBX_POSTGRESQL_MIN_VERSION_FRIENDLY "10.09"
+#define ZBX_POSTGRESQL_MIN_VERSION_FRIENDLY "10.9"
#define ZBX_POSTGRESQL_MAX_VERSION 139999
#define ZBX_POSTGRESQL_MAX_VERSION_FRIENDLY "13.x"