Fix name collision between concurrent regression tests.
Commit f5bcd398 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.
Showing
Please register or sign in to comment