1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove mention of -Q option for bench.

This commit is contained in:
Bruce Momjian
2004-10-07 19:37:16 +00:00
parent 59bf879f12
commit 05c561eec8

View File

@ -1,10 +1,10 @@
#!/bin/sh #!/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 # Note that in our published benchmark numbers, we executed the command in the
# following fashion: # following fashion:
# #
# time $POSTGRES -texecutor -tplanner -f hashjoin -Q bench # time $POSTGRES -texecutor -tplanner -f hashjoin bench
# #
if [ ! -d $1 ]; then if [ ! -d $1 ]; then
echo " you must specify a valid data directory " >&2 echo " you must specify a valid data directory " >&2