summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-04 11:27:27 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-04 11:27:27 +0000
commit87284087f0b676cf85589eab268bfd69d290f968 (patch)
tree23b2ca8aafd331565358aa21f9582e6adb0fc723 /go
parent621b3e8d4771f21e4ac620f957abdb5dc8573fd6 (diff)
downloadzabbix-87284087f0b676cf85589eab268bfd69d290f968.tar.gz
zabbix-87284087f0b676cf85589eab268bfd69d290f968.tar.xz
zabbix-87284087f0b676cf85589eab268bfd69d290f968.zip
- added server-side transactions for PostgreSQL (Alexei)
- fixed housekeeper to run as multiple transations (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4425 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'go')
-rwxr-xr-xgo2
1 files changed, 1 insertions, 1 deletions
diff --git a/go b/go
index 1b680422..3d3474ad 100755
--- a/go
+++ b/go
@@ -33,7 +33,7 @@ cd create/schema
cd -
#export CFLAGS="-Wall -pedantic"
#for db in sqlite3 pgsql mysql; do
-for db in mysql; do
+for db in pgsql; do
./configure --enable-agent --enable-server --with-jabber --with-ldap --with-libcurl --with-$db --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
echo Cleaning...
make clean 2>>WARNINGS >/dev/null