-
- Downloads
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.
Showing
- src/test/modules/Makefile 1 addition, 0 deletionssrc/test/modules/Makefile
- src/test/modules/brin/.gitignore 3 additions, 0 deletionssrc/test/modules/brin/.gitignore
- src/test/modules/brin/Makefile 30 additions, 0 deletionssrc/test/modules/brin/Makefile
- src/test/modules/brin/expected/summarization-and-inprogress-insertion.out 39 additions, 0 deletions.../brin/expected/summarization-and-inprogress-insertion.out
- src/test/modules/brin/specs/summarization-and-inprogress-insertion.spec 44 additions, 0 deletions...es/brin/specs/summarization-and-inprogress-insertion.spec
src/test/modules/brin/.gitignore
0 → 100644
src/test/modules/brin/Makefile
0 → 100644
Please register or sign in to comment