|
1 | 1 | #! /bin/sh
|
2 |
| -# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.1 2000/09/29 17:17:37 petere Exp $ |
| 2 | +# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.2 2000/10/01 22:23:14 petere Exp $ |
3 | 3 |
|
4 | 4 | me=`basename$0`
|
5 | 5 | :${TMPDIR=/tmp}
|
|
312 | 312 | # ----------
|
313 | 313 |
|
314 | 314 | message"starting postmaster"
|
315 |
| - ["$debug"= yes ]&& postmaster_options='$postmaster_options -d 5' |
316 |
| - ["$unix_sockets"= no ]&& postmaster_options='$postmaster_options -i' |
| 315 | + ["$debug"= yes ]&& postmaster_options="$postmaster_options -d 5" |
| 316 | + ["$unix_sockets"= no ]&& postmaster_options="$postmaster_options -i" |
317 | 317 | "$bindir/postmaster" -D"$PGDATA" -p"$PGPORT" -F$postmaster_options>"$LOGDIR/postmaster.log"2>&1&
|
318 | 318 | postmaster_pid=$!
|
319 | 319 |
|
|