• Tom Lane's avatar
    Fix name collision between concurrent regression tests. · b71258af
    Tom Lane authored
    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.
    b71258af
inherit.out 45.9 KB