]> granicus.if.org Git - postgresql/commit
Re-add BRIN isolation test
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 13 Aug 2015 17:41:52 +0000 (14:41 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 13 Aug 2015 17:41:52 +0000 (14:41 -0300)
commit672e3ec0e93e3d2d5549b95f73b2a3ab58714146
tree116c1fce801ec1418d9022fd29b7b3c85a3fcce8
parent6a0779a397a5ec44a37d3f7d1b2e4c4359e06c2f
Re-add BRIN isolation test

This time, instead of using a core isolation test, put it on its own
test module; this way it can require the pageinspect module to be
present before running.

The module's Makefile is loosely modeled after test_decoding's, so that
it's easy to add further tests for either pg_regress or isolationtester
later.

Backpatch to 9.5.
src/test/modules/Makefile
src/test/modules/brin/.gitignore [new file with mode: 0644]
src/test/modules/brin/Makefile [new file with mode: 0644]
src/test/modules/brin/expected/summarization-and-inprogress-insertion.out [new file with mode: 0644]
src/test/modules/brin/specs/summarization-and-inprogress-insertion.spec [new file with mode: 0644]