summaryrefslogtreecommitdiff
path: root/sql-bench/Comments/postgres.benchmark
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-06-03 16:45:49 +0300
committermonty@hundin.mysql.fi <>2001-06-03 16:45:49 +0300
commitf02ed5fe0b1456daf87155d5ef7b56b9ce66dd5c (patch)
tree922de2537c98e10f74062077d66ad1800d04522c /sql-bench/Comments/postgres.benchmark
parent4ed8a94079cbc4f5d90aa5b4df982a7a9b0a4992 (diff)
downloadmariadb-git-f02ed5fe0b1456daf87155d5ef7b56b9ce66dd5c.tar.gz
Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3
Fixed problem with command line arguments on 64 bit machines when we use ~0 to indicate 'no limit'
Diffstat (limited to 'sql-bench/Comments/postgres.benchmark')
-rw-r--r--sql-bench/Comments/postgres.benchmark10
1 files changed, 6 insertions, 4 deletions
diff --git a/sql-bench/Comments/postgres.benchmark b/sql-bench/Comments/postgres.benchmark
index 365a73c6727..775c211bf25 100644
--- a/sql-bench/Comments/postgres.benchmark
+++ b/sql-bench/Comments/postgres.benchmark
@@ -10,11 +10,9 @@
#
#
-# First, install postgresql-7.0.2.tar.gz
-#
+# First, install postgresql-7.1.1.tar.gz
-#
-# Start by adding the following lines to your ~/.bash_profile or
+# Adding the following lines to your ~/.bash_profile or
# corresponding file. If you are using csh, use īsetenvī.
#
@@ -76,3 +74,7 @@ run-all-tests --comment="Intel Xeon, 2x550 Mhz, 512M, pg started with -o -F" --u
run-all-tests --comment="Intel Xeon, 2x550 Mhz, 512M, pg started with -o -F" --user=postgres --server=pg --cmp=mysql --log --use-old-result
run-all-tests --comment="Intel Xeon, 2x550 Mhz, 512MG, pg started with -o -F" --user=postgres --server=pg --cmp=mysql --fast --log --use-old-result
+
+# Between running the different tests we dropped and recreated the PostgreSQL
+# database to ensure that PostgreSQL should get a clean start,
+# independent of the previous runs.