pgsql: Adjust alter_table regression test to avoid conflicts with

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Adjust alter_table regression test to avoid conflicts with
Дата
Msg-id 20050717172632.34966529AE@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust alter_table regression test to avoid conflicts with rangefuncs
and prepare tests, which cause intermittent failures in parallel test
mode.  Back-port of fix originally applied to 8.0 and 7.4 branches;
the problems do not appear to exist in 7.2 branch but they do occur
in 7.3.  Per buildfarm results.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        alter_table.out (r1.53.2.1 -> r1.53.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/alter_table.out.diff?r1=1.53.2.1&r2=1.53.2.2)
    pgsql/src/test/regress/sql:
        alter_table.sql (r1.34.2.1 -> r1.34.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/alter_table.sql.diff?r1=1.34.2.1&r2=1.34.2.2)

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

Предыдущее
От: andrewd@pgfoundry.org (User Andrewd)
Дата:
Сообщение: pgbuildfarm - client-code: branches before 7.3 didn't have --no-locale
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Looks like cube_1 variant is also needed in 7.3 branch.