Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec490f5

Browse files
committed
Change shell syntax that seems not to work right on FreeBSD 6-CURRENT
buildfarm machines.
1 parentd38d063 commitec490f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/pg_regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.55 2005/05/17 18:26:23 tgl Exp $
2+
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.56 2005/06/20 02:26:50 tgl Exp $
33

44
me=`basename$0`
55
:${TMPDIR=/tmp}
@@ -431,7 +431,7 @@ then
431431
if ["$unix_sockets"= no ];then
432432
postmaster_options="$postmaster_options -c listen_addresses=$hostname"
433433
else
434-
postmaster_options="$postmaster_options -c listen_addresses=''"
434+
postmaster_options="$postmaster_options -c listen_addresses="
435435
fi
436436
"$bindir/postmaster" -D"$PGDATA" -F$postmaster_options>"$LOGDIR/postmaster.log"2>&1&
437437
postmaster_pid=$!

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp