• Tom Lane's avatar
    Temporarily(?) remove BRIN isolation test. · 6a1e14c6
    Tom Lane authored
    Commit 2834855c added a not-very-carefully-thought-out isolation test
    to check a BRIN index bug fix.  The test depended on the availability
    of the pageinspect contrib module, which meant it did not work in
    several common testing scenarios such as "make check-world".  It's not
    clear whether we want a core test depending on a contrib module like
    that, but in any case, failing to deal with the possibility that the
    module isn't present in the installation-under-test is not acceptable.
    
    Remove that test pending some better solution.
    6a1e14c6
isolation_schedule 999 Bytes