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-20 12:04:09 +0300
committerMihails Prihodko <mihails.prihodko@zabbix.com>2022-04-20 12:04:09 +0300
commitd86c8aab8319e4cfb5a1f51141790daf5f9e8250 (patch)
treeaf5631680341c1378bd2aae07fa59663a068f38a
parentcee33b7052de56baa4403dcce5df15622e743fcd (diff)
........S. [ZBX-20743] refactored according to conversation with MVekslers
-rw-r--r--src/libs/zbxdb/db.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/zbxdb/db.c b/src/libs/zbxdb/db.c
index bd5f4619744..9ea286f0954 100644
--- a/src/libs/zbxdb/db.c
+++ b/src/libs/zbxdb/db.c
@@ -2864,9 +2864,7 @@ void zbx_tsdb_info_extract(struct zbx_db_version_info_t *version_info)
zabbix_log(LOG_LEVEL_DEBUG, "TimescaleDB version: [%d], license: [%s]", tsdb_ver,
ZBX_NULL2EMPTY_STR(version_info->ext_lic));
}
-#endif
-#ifdef HAVE_POSTGRESQL
/******************************************************************************
* *
* Purpose: returns TimescaleDB (TSDB) version as integer: MMmmuu *