From ae1ca16921cda077604a692ba095bb6dc353f6d1 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 4 Feb 2008 09:21:02 +0000 Subject: [PATCH] Fix server startup so it works with postgres 8.2 --- tests/command/get-data-psql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/command/get-data-psql.sh b/tests/command/get-data-psql.sh index 507144ce..6d099a06 100755 --- a/tests/command/get-data-psql.sh +++ b/tests/command/get-data-psql.sh @@ -74,7 +74,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run server" -PGHOST=$TEMPDIR $pgpath/pg_ctl -D $TEMPDIR/cluster start -w -o "-k $TEMPDIR -p $port -h ''" > /dev/null +PGHOST=$TEMPDIR PGPORT=$port $pgpath/pg_ctl -D $TEMPDIR/cluster start -w -o "-k $TEMPDIR" > /dev/null if [ $? -ne 0 ] ; then no_result ; fi -- 2.30.2