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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-07-25 11:23:11 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-07-25 11:23:11 +0300
commitfc7f62eb76184952b5b517769b66e6cc7c9bff61 (patch)
tree1ba06312e7b68af477369af12cdeb05795943da8 /build.xml
parent662d6f2ea5e8cc90bd3fe2737e86b00cb814f98e (diff)
.......... [DEV-2169] fixed PR warnings
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 49fb8a2d4ec..3465ddcfd6b 100644
--- a/build.xml
+++ b/build.xml
@@ -202,7 +202,7 @@
</target>
<target name="create-db-tsdb" depends="create-db-postgresql">
- <!-- Create PostgreSQL database -->
+ <!-- Create PostgreSQL database with TimescaleDB extension-->
<exec executable="psql" failonerror="on">
<env key="PGPASSWORD" value="${dbpassword}"/>
<arg line="-q"/>