Re-add BRIN isolation test

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 672e3ec0e93e3d2d5549b95f73b2a3ab58714146
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-08-13T17:41:52Z
Releases: 9.6.0
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