projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d13267
)
Back-port shell script syntax fix needed for some BSD machines.
author
Tom Lane
<
[email protected]
>
Mon, 19 Jun 2006 14:25:01 +0000
(14:25 +0000)
committer
Tom Lane
<
[email protected]
>
Mon, 19 Jun 2006 14:25:01 +0000
(14:25 +0000)
Per buildfarm results from spoonbill.
src/test/regress/pg_regress.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/pg_regress.sh
b/src/test/regress/pg_regress.sh
index 52b1ffd513ea6bd28ec788fa64ce5334e781dd50..5cd83d0643191cc5bc53860bc76e7be0924422ee 100644
(file)
--- a/
src/test/regress/pg_regress.sh
+++ b/
src/test/regress/pg_regress.sh
@@
-436,7
+436,7
@@
then
if [ "$unix_sockets" = no ]; then
postmaster_options="$postmaster_options -c listen_addresses=$hostname"
else
- postmaster_options="$postmaster_options -c listen_addresses=
''
"
+ postmaster_options="$postmaster_options -c listen_addresses="
fi
"$bindir/postmaster" -D "$PGDATA" -F $postmaster_options >"$LOGDIR/postmaster.log" 2>&1 &
postmaster_pid=$!