]> granicus.if.org Git - postgresql/commitdiff
Remove mention of -Q option for bench.
authorBruce Momjian <bruce@momjian.us>
Thu, 7 Oct 2004 19:37:16 +0000 (19:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 7 Oct 2004 19:37:16 +0000 (19:37 +0000)
src/test/bench/runwisc.sh

index 690f00880629e09f8eac0b649640ef9a3ed2198c..fdbd0ddb90ce5315eb8324c2b26931fc8b5ee2fc 100755 (executable)
@@ -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