Change test tables in copy2 regression test to be temporary tables.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5b2e5fed503fd07f3ab7f1ebf8d93ef39b9fd83b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-06-14T00:00:30Z
Releases: 8.3.8
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.

Files

PathChange+/−
src/test/regress/expected/copy2.out modified +2 −2
src/test/regress/sql/copy2.sql modified +2 −2