Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 05c561e

Browse files
committed
Remove mention of -Q option for bench.
1 parent 59bf879 commit 05c561e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/bench/runwisc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/sh
2-
# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.6 2004/09/01 17:25:40 tgl Exp $
2+
# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.7 2004/10/07 19:37:16 momjian Exp $
33
#
44
# Note that in our published benchmark numbers, we executed the command in the
55
# following fashion:
66
#
7-
# time $POSTGRES -texecutor -tplanner -f hashjoin -Q bench
7+
# time $POSTGRES -texecutor -tplanner -f hashjoin bench
88
#
99
if [ ! -d $1 ]; then
1010
echo " you must specify a valid data directory " >&2

0 commit comments

Comments
 (0)