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:
authorMihails Prihodko <mihails.prihodko@zabbix.com>2022-04-08 16:52:04 +0300
committerMihails Prihodko <mihails.prihodko@zabbix.com>2022-04-08 16:52:04 +0300
commit7eb9dd63b7e8843afe86e937c2cdce2e017d1687 (patch)
tree3aa36ee888859b17fb9cb16408d6abe4f5af4e16 /include
parent92f84e9a9343d7d19dabaca4a0de5d19ab6e0603 (diff)
........S. [ZBX-20743] fixes after code review
Diffstat (limited to 'include')
-rw-r--r--include/zbxdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index c46e603fe40..4f1096b25cc 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -171,6 +171,7 @@ int zbx_db_strlen_n(const char *text_loc, size_t maxlen);
#define ZBX_POSTGRESQL_MAX_VERSION 149999
#define ZBX_POSTGRESQL_MAX_VERSION_FRIENDLY "14.x"
+#define ZBX_TIMESCALEDB "TimescaleDB"
#define ZBX_POSTGRESQL_MIN_VERSION_WITH_TIMESCALEDB 100002
#define ZBX_POSTGRESQL_MIN_VERSION_WITH_TIMESCALEDB_FRIENDLY "10.2"
#define ZBX_TIMESCALEDB_MIN_VERSION 10500
@@ -246,6 +247,7 @@ struct zbx_db_version_info_t
zbx_db_version_status_t ext_flag;
/* TimescaleDB specific information */
+ int tsdb_support_expected;
char *tsdb_lic;
int tsdb_compression_availability;
};