]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix name collision between concurrent regression tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Jul 2012 04:01:26 +0000 (00:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Jul 2012 04:01:26 +0000 (00:01 -0400)
commitd86fb72c5c7ebf71e238ac87daa0c1f8043a1717
tree9c4227ddd3e65139c4e040734bcf43df4da74883
parent641054ad7882a701cf3ac4c5666f6ee59103d3a7
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.
src/test/regress/expected/inherit.out
src/test/regress/sql/inherit.sql