pgsql: Re-add BRIN isolation test

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Re-add BRIN isolation test
Дата
Msg-id E1ZPwae-00075H-Tg@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ae372e60b98990863058edc596df8a20207b08d0

Modified Files
--------------
src/test/modules/Makefile                          |    1 +
src/test/modules/brin/.gitignore                   |    3 ++
src/test/modules/brin/Makefile                     |   30 +++++++++++++
.../summarization-and-inprogress-insertion.out     |   39 +++++++++++++++++
.../summarization-and-inprogress-insertion.spec    |   44 ++++++++++++++++++++
5 files changed, 117 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve regression test case to avoid depending on system catalo
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Re-add BRIN isolation test