Обсуждение: pgsql-server/src/test/regress expected/alter_t ...

Поиск
Список
Период
Сортировка

pgsql-server/src/test/regress expected/alter_t ...

От
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/08/04 00:28:11

Modified files:
    src/test/regress/expected: alter_table.out
    src/test/regress/sql: alter_table.sql

Log message:
    This patch fixes in intermittent failure in the regression tests:
    there was a race condition between the "alter_table" and "rules"
    regression tests. Depending on scheduling, sometimes an ALTER
    TABLE command would operate on a relation created by the "rules"
    tests, leading to unexpected results.

    Neil Conway