]> granicus.if.org Git - postgresql/commit
Change test tables in copy2 regression test to be temporary tables.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jun 2009 00:00:30 +0000 (00:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Jun 2009 00:00:30 +0000 (00:00 +0000)
commit5b2e5fed503fd07f3ab7f1ebf8d93ef39b9fd83b
treea756b8129155c85f2e0029c89b62ea814a088835
parentaebb4edd792f4c1073d75295e7ba101d307fe03c
Change test tables in copy2 regression test to be temporary tables.
This prevents autovacuum from reclaiming free space in them and causing
the test's output row order to change, which is causing intermittent
bogus failure reports in the buildfarm.

Backpatch to 8.3.  The issue exists further back, but since autovacuum was
not on by default before 8.3, it's not a problem for buildfarm testing.
src/test/regress/expected/copy2.out
src/test/regress/sql/copy2.sql