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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2019-05-12 23:58:28 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2019-05-12 23:59:17 +0300
commit541003f93d6e590e57498ca3eb02e5ae822bf0af (patch)
tree7f87c45dfd667011f15dd6e1bea965a56d89e9cd /build.xml
parent4e9a39fec6fd33ed9864129d7045a45575e6ea65 (diff)
.......... [DEV-891] fixed error while creating PostgreSQL database
(cherry picked from commit c0f1b74cd7504862cb2b0e0d6793488dacd44bca) (cherry picked from commit 2af9910c6caa6bd62179a3e5245be676be6044ea)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 30ce31d5cd2..ecab31b6723 100644
--- a/build.xml
+++ b/build.xml
@@ -127,7 +127,6 @@
<env key="PGPASSWORD" value="${dbpassword}"/>
<arg line="-h '${dbhost}'"/>
<arg line="-U '${dbuser}'"/>
- <arg line="-1"/>
<arg line="--set ON_ERROR_STOP=1"/>
<arg line="-c 'drop database if exists ${dbname}_proxy'"/>
</exec>
@@ -135,7 +134,6 @@
<env key="PGPASSWORD" value="${dbpassword}"/>
<arg line="-h '${dbhost}'"/>
<arg line="-U '${dbuser}'"/>
- <arg line="-1"/>
<arg line="--set ON_ERROR_STOP=1"/>
<arg line="-c 'create database ${dbname}_proxy'"/>
</exec>