File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.57 2005/06/21 04:02:34 tgl Exp $
2
+ # $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.58 2005/06/25 23: 04:06 tgl Exp $
3
3
4
4
me=` basename $0 `
5
5
: ${TMPDIR=/ tmp}
535
535
# Create the regression database
536
536
# We use template0 so that any installation-local cruft in template1
537
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
538
# ----------
542
539
543
540
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
548
alter database \" $dbname \" set lc_messages to 'C';
553
549
alter database \" $dbname \" set lc_monetary to 'C';
554
550
alter database \" $dbname \" set lc_numeric to 'C';
You can’t perform that action at this time.
0 commit comments