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)
commitae372e60b98990863058edc596df8a20207b08d0
tree0b45fa313deaa65690ec940fa1fbf13a7f209351
parent657cdb3a21b09a7f02497b8c2e9f46b7bfc59993
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]