From: Bruce Momjian Date: Thu, 7 Oct 2004 19:37:16 +0000 (+0000) Subject: Remove mention of -Q option for bench. X-Git-Tag: REL8_0_0BETA4~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05c561eec803e64857c788238d95a069e46342c7;p=postgresql Remove mention of -Q option for bench. --- diff --git a/src/test/bench/runwisc.sh b/src/test/bench/runwisc.sh index 690f008806..fdbd0ddb90 100755 --- a/src/test/bench/runwisc.sh +++ b/src/test/bench/runwisc.sh @@ -1,10 +1,10 @@ #!/bin/sh -# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.6 2004/09/01 17:25:40 tgl Exp $ +# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.7 2004/10/07 19:37:16 momjian Exp $ # # Note that in our published benchmark numbers, we executed the command in the # following fashion: # -# time $POSTGRES -texecutor -tplanner -f hashjoin -Q bench +# time $POSTGRES -texecutor -tplanner -f hashjoin bench # if [ ! -d $1 ]; then echo " you must specify a valid data directory " >&2