aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-10-07 19:37:16 +0000
committerBruce Momjian <bruce@momjian.us>2004-10-07 19:37:16 +0000
commit05c561eec803e64857c788238d95a069e46342c7 (patch)
tree87b0f341bbca4356e8c0c5f7db5be28bb099d4c8 /src
parent59bf879f128512598678e8d3d3361b2900711b8c (diff)
downloadpostgresql-05c561eec803e64857c788238d95a069e46342c7.tar.gz
postgresql-05c561eec803e64857c788238d95a069e46342c7.zip
Remove mention of -Q option for bench.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/bench/runwisc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/bench/runwisc.sh b/src/test/bench/runwisc.sh
index 690f0088062..fdbd0ddb90c 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