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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Change test tables in copy2 regression test to be temporary
Дата
Msg-id 20090614000030.CCEE575331E@cvs.postgresql.org
обсуждение исходный текст
Список 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.

Tags:
----
REL8_3_STABLE

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

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Change test tables in copy2 regression test to be temporary
Следующее
От: dim@pgfoundry.org (User Dim)
Дата:
Сообщение: prefix - prefix: Cover all implemented operators in the README, which is