]> granicus.if.org Git - postgresql/commit
Temporarily(?) remove BRIN isolation test.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Aug 2015 14:22:37 +0000 (10:22 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Aug 2015 14:22:37 +0000 (10:22 -0400)
commit6a1e14c62b739a754335c088474e12f42a6763bd
treef34dd0437936e6fbb1e50c7b81be0061b9b0ef50
parent3f811c2d6f51b13b71adff99e82894dd48cee055
Temporarily(?) remove BRIN isolation test.

Commit 2834855cb 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.
src/test/isolation/expected/brin-1.out [deleted file]
src/test/isolation/isolation_schedule
src/test/isolation/specs/brin-1.spec [deleted file]