We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b10271 commit b577fe1Copy full SHA for b577fe1
src/test/bench/runwisc.sh
@@ -1,11 +1,6 @@
1
#!/bin/sh
2
-# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.7 2004/10/07 19:37:16 momjian Exp $
3
-#
4
-# Note that in our published benchmark numbers, we executed the command in the
5
-# following fashion:
6
7
-# time $POSTGRES -texecutor -tplanner -f hashjoin bench
8
+# $PostgreSQL: pgsql/src/test/bench/runwisc.sh,v 1.8 2004/10/07 22:51:13 momjian Exp $
+
9
if [ ! -d $1 ]; then
10
echo " you must specify a valid data directory " >&2
11
exit
0 commit comments