We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfbcbc5d commitca1d4ebCopy full SHA for ca1d4eb
src/test/regress/pg_regress.sh
@@ -1,5 +1,5 @@
1
#! /bin/sh
2
-# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.57 2005/06/2104:02:34 tgl Exp $
+# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.58 2005/06/25 23:04:06 tgl Exp $
3
4
me=`basename$0`
5
:${TMPDIR=/tmp}
@@ -535,9 +535,6 @@ fi
535
# Create the regression database
536
# We use template0 so that any installation-local cruft in template1
537
# will not mess up the tests.
538
-# Note: the reason for checkpointing just after creating the new DB is so
539
-# that if we get a backend core dump during the tests, WAL replay won't
540
-# remove the core file.
541
# ----------
542
543
message"creating database\"$dbname\""
@@ -548,7 +545,6 @@ if [ $? -ne 0 ]; then
548
545
fi
549
546
550
547
"$bindir/psql" -q -X$psql_options -c"\
551
-checkpoint;
552
alter database\"$dbname\" set lc_messages to 'C';
553
alter database\"$dbname\" set lc_monetary to 'C';
554
alter database\"$dbname\" set lc_numeric to 'C';