]> granicus.if.org Git - postgresql/commit
Fix name collision between concurrent regression tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Jul 2012 04:01:19 +0000 (00:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Jul 2012 04:01:19 +0000 (00:01 -0400)
commitb71258af5613e627bb2b3b1e1874abe5c0226dc4
tree6aac875d100726c8075faea086bd6f06066ef112
parent2d46a57ddcad394e514bbefb193a4a03e766f163
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