File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.8 2004/10/07 22:51:13 momjian Exp $
2
+ # $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.9 2007/08/01 22:24:32 momjian Exp $
3
3
4
4
if [ ! -d $1 ]; then
5
5
echo " you must specify a valid data directory " >&2
@@ -11,7 +11,7 @@ if [ -d ./obj ]; then
11
11
fi
12
12
13
13
echo =============== vacuuming benchmark database... ================= >&2
14
- echo " vacuum" | postgres -D${1} bench > /dev/null
14
+ echo " vacuum" | postgres -D" $1 " bench > /dev/null
15
15
16
16
echo =============== running benchmark... ================= >&2
17
- time postgres -D${1} -texecutor -tplanner -c log_min_messages=log -c log_destination=stderr -c redirect_stderr=off bench < bench.sql 2>&1
17
+ time postgres -D" $1 " -texecutor -tplanner -c log_min_messages=log -c log_destination=stderr -c redirect_stderr=off bench < bench.sql 2>&1
You can’t perform that action at this time.
0 commit comments