postgresql/contrib/bloom
Michael Paquier d3c09b9b13 Add PGXS options to control TAP and isolation tests, take two
The following options are added for extensions:
- TAP_TESTS, to allow an extention to run TAP tests which are the ones
present in t/*.pl.  A subset of tests can always be run with the
existing PROVE_TESTS for developers.
- ISOLATION, to define a list of isolation tests.
- ISOLATION_OPTS, to pass custom options to isolation_tester.

A couple of custom Makefile rules have been accumulated across the tree
to cover the lack of facility in PGXS for a couple of releases when
using those test suites, which are all now replaced with the new flags,
without reducing the test coverage.  Note that tests of contrib/bloom/
are not enabled yet, as those are proving unstable in the buildfarm.

Author: Michael Paquier
Reviewed-by: Adam Berlin, Álvaro Herrera, Tom Lane, Nikolay Shaplov,
Arthur Zakirov
Discussion: https://postgr.es/m/20180906014849.GG2726@paquier.xyz
2018-12-03 09:27:35 +09:00
..
expected Add more tests for reloptions 2017-10-19 14:22:05 +02:00
sql Add more tests for reloptions 2017-10-19 14:22:05 +02:00
t Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
Makefile Add PGXS options to control TAP and isolation tests, take two 2018-12-03 09:27:35 +09:00
blcost.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
blinsert.c Avoid using potentially-under-aligned page buffers. 2018-09-01 15:27:17 -04:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
blscan.c Fix misc typos, mostly in comments. 2018-07-18 16:17:32 +03:00
blutils.c Indexes with INCLUDE columns and their support in B-tree 2018-04-07 23:00:39 +03:00
blvacuum.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
blvalidate.c Update copyright for 2018 2018-01-02 23:30:12 -05:00