8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38d063 commit ec490f5Copy full SHA for ec490f5
src/test/regress/pg_regress.sh
@@ -1,5 +1,5 @@
1
#! /bin/sh
2
-# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.55 2005/05/17 18:26:23 tgl Exp $
+# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.56 2005/06/20 02:26:50 tgl Exp $
3
4
me=`basename $0`
5
: ${TMPDIR=/tmp}
@@ -431,7 +431,7 @@ then
431
if [ "$unix_sockets" = no ]; then
432
postmaster_options="$postmaster_options -c listen_addresses=$hostname"
433
else
434
- postmaster_options="$postmaster_options -c listen_addresses=''"
+ postmaster_options="$postmaster_options -c listen_addresses="
435
fi
436
"$bindir/postmaster" -D "$PGDATA" -F $postmaster_options >"$LOGDIR/postmaster.log" 2>&1 &
437
postmaster_pid=$!
0 commit comments