Обсуждение: pgsql: Fix name collision between concurrent regression tests.

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

pgsql: Fix name collision between concurrent regression tests.

От
Tom Lane
Дата:
Fix name collision between concurrent regression tests.

Commit f5bcd398addcbeb785f0513cf28cba5d1ecd2c8a introduced a test using
a table named "circles" in inherit.sql.  Unfortunately, the concurrently
executed constraints test was already using that table name, so the
parallel regression tests would sometimes fail.  Rename table to dodge
the problem.  Per buildfarm.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d86fb72c5c7ebf71e238ac87daa0c1f8043a1717

Modified Files
--------------
src/test/regress/expected/inherit.out |   32 ++++++++++++++++----------------
src/test/regress/sql/inherit.sql      |   16 ++++++++--------
2 files changed, 24 insertions(+), 24 deletions(-)