diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-01-28 21:17:32 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-01-28 21:17:32 +0000 |
commit | 28c480e9ae64fc239fa1ebe32a981312e65ae1e7 (patch) | |
tree | 524a62b06f9b7ad5f6620392eb35ae34f2d096e7 /src/pl/tcl/sql/pltcl_setup.sql | |
parent | 74a1a2b8b16cd94d5046dfbe74f37d70a5347adc (diff) | |
download | postgresql-28c480e9ae64fc239fa1ebe32a981312e65ae1e7.tar.gz postgresql-28c480e9ae64fc239fa1ebe32a981312e65ae1e7.zip |
Remove unnecessary checkpoint from PL regression tests. This was once
handy to prevent core dump files from disappearing, but it's useless now
because (a) we don't drop core in individual DB subdirectories anymore,
and (b) CREATE DATABASE forces an internal checkpoint anyway.
Diffstat (limited to 'src/pl/tcl/sql/pltcl_setup.sql')
-rw-r--r-- | src/pl/tcl/sql/pltcl_setup.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pl/tcl/sql/pltcl_setup.sql b/src/pl/tcl/sql/pltcl_setup.sql index b88ebbcffe3..55ac7e20d55 100644 --- a/src/pl/tcl/sql/pltcl_setup.sql +++ b/src/pl/tcl/sql/pltcl_setup.sql @@ -1,10 +1,4 @@ -- --- checkpoint so that if we have a crash in the tests, replay of the --- just-completed CREATE DATABASE won't discard the core dump file --- -checkpoint; - --- -- Create the tables used in the test queries -- -- T_pkey1 is the primary key table for T_dta1. Entries from T_pkey1 |