Change test tables in copy2 regression test to be temporary tables.
commit0b9133f5398207d33c904de1fff0abcd42d63111
authortgl <tgl>
Sun, 14 Jun 2009 00:00:24 +0000 (14 00:00 +0000)
committertgl <tgl>
Sun, 14 Jun 2009 00:00:24 +0000 (14 00:00 +0000)
treed0a15d88700ecffe54c014ed529be3507b384ef8
parentfd5cc7542df86ae2dde6a4b5c61d3fb5bff57f44
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