mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix quoting bug
This commit is contained in:
parent
61234c14fc
commit
0bd84442f5
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.1 2000/09/29 17:17:37 petere Exp $
|
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.2 2000/10/01 22:23:14 petere Exp $
|
||||||
|
|
||||||
me=`basename $0`
|
me=`basename $0`
|
||||||
: ${TMPDIR=/tmp}
|
: ${TMPDIR=/tmp}
|
||||||
@ -312,8 +312,8 @@ then
|
|||||||
# ----------
|
# ----------
|
||||||
|
|
||||||
message "starting postmaster"
|
message "starting postmaster"
|
||||||
[ "$debug" = yes ] && postmaster_options='$postmaster_options -d 5'
|
[ "$debug" = yes ] && postmaster_options="$postmaster_options -d 5"
|
||||||
[ "$unix_sockets" = no ] && postmaster_options='$postmaster_options -i'
|
[ "$unix_sockets" = no ] && postmaster_options="$postmaster_options -i"
|
||||||
"$bindir/postmaster" -D "$PGDATA" -p "$PGPORT" -F $postmaster_options >"$LOGDIR/postmaster.log" 2>&1 &
|
"$bindir/postmaster" -D "$PGDATA" -p "$PGPORT" -F $postmaster_options >"$LOGDIR/postmaster.log" 2>&1 &
|
||||||
postmaster_pid=$!
|
postmaster_pid=$!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user