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 dc070fd commit fd0df50Copy full SHA for fd0df50
src/test/regress/run_check.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
#
3
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.12 2000/04/07 17:51:13 tgl Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.13 2000/04/08 01:54:47 tgl Exp $
4
5
# ----------
6
# Check call syntax
@@ -29,6 +29,7 @@ TIMDIR="$CHKDIR/timestamp"
29
PGPORT="65432"
30
PGLIB="$LIBDIR"
31
PMPID=""
32
+PMOPTIONS=${PMOPTIONS:-"-o -F"}
33
34
export CHKDIR
35
export PGDATA
@@ -191,7 +192,7 @@ fi
191
192
# him some time to pass the WAL recovery code.
193
#----------
194
echo "=============== Starting regression postmaster ================"
-postmaster -D $PGDATA -p $PGPORT -o -F >$LOGDIR/postmaster.log 2>&1 &
195
+postmaster -D $PGDATA -p $PGPORT $PMOPTIONS >$LOGDIR/postmaster.log 2>&1 &
196
PMPID=$!
197
sleep 2
198
0 commit comments