Re-add BRIN isolation test
Alvaro Herrera <alvherre@alvh.no-ip.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/modules/brin/expected/summarization-and-inprogress-insertion.out | added | +39 −0 |
| src/test/modules/brin/.gitignore | added | +3 −0 |
| src/test/modules/brin/Makefile | added | +30 −0 |
| src/test/modules/brin/specs/summarization-and-inprogress-insertion.spec | added | +44 −0 |
| src/test/modules/Makefile | modified | +1 −0 |