pgsql: Change test tables in copy2 regression test to be temporary

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change test tables in copy2 regression test to be temporary
Date: 2009-06-14 00:00:24
Message-ID: 20090614000024.433BC75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/test/regress/expected:
copy2.out (r1.25 -> r1.26)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/copy2.out?r1=1.25&r2=1.26)
pgsql/src/test/regress/sql:
copy2.sql (r1.16 -> r1.17)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/copy2.sql?r1=1.16&r2=1.17)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-06-14 00:00:30 pgsql: Change test tables in copy2 regression test to be temporary
Previous Message Tom Lane 2009-06-13 15:42:09 pgsql: Fix get_sort_group_operators() so that it doesn't think arrays