summaryrefslogtreecommitdiff
path: root/sql-bench/Comments
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-06-03 16:45:49 +0300
committerunknown <monty@hundin.mysql.fi>2001-06-03 16:45:49 +0300
commit5ec76be436655eefc2a6403b21606fad914ac814 (patch)
tree922de2537c98e10f74062077d66ad1800d04522c /sql-bench/Comments
parent45c6bb8aa5ffd61dfe352df1921152d1d6b8f95b (diff)
downloadmariadb-git-5ec76be436655eefc2a6403b21606fad914ac814.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' include/m_string.h: Declare stpcpy() to fix portability problem on AIX with gcc 2.95.3 mysys/getvar.c: Fixed problem on 64 bit machines when we use ~0 to indicate 'no limit'. sql-bench/Comments/postgres.benchmark: U
Diffstat (limited to 'sql-bench/Comments')
-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.