Skip to content
Snippets Groups Projects
Commit b577fe1d authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove benchmark comment.

parent 4b102710
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.7 2004/10/07 19:37:16 momjian Exp $ # $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.8 2004/10/07 22:51:13 momjian Exp $
#
# Note that in our published benchmark numbers, we executed the command in the
# following fashion:
#
# 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
exit exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment