Revert all new recent changes to add PGXS options for TAP and isolation
authorMichael Paquier <michael@paquier.xyz>
Mon, 26 Nov 2018 02:12:11 +0000 (11:12 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 26 Nov 2018 02:12:11 +0000 (11:12 +0900)
commit1d7dd18686d0373289a3bf2b3669edae20875cbc
tree5564005e2fe623af69b01d56c9c72baf8ec68402
parent3955cae0c5241f5a67b15a3da2cd524c3839f8c9
Revert all new recent changes to add PGXS options for TAP and isolation

A set of failures in buildfarm machines are proving that this is not
quite ready yet because of another set of issues:
- MSVC scripts assume that REGRESS_OPTS can only use top_builddir.  Some
test suites actually finish by using top_srcdir, like pg_stat_statements
which cause the regression tests to never run.
- Trying to enforce top_builddir does not work either when using VPATH
as this is not recognized properly.
- TAP tests of bloom are unstable on various platforms, causing various
failures.
contrib/bloom/Makefile
contrib/oid2name/Makefile
contrib/test_decoding/Makefile
contrib/vacuumlo/Makefile
doc/src/sgml/extend.sgml
src/makefiles/pgxs.mk
src/test/modules/brin/.gitignore
src/test/modules/brin/Makefile
src/test/modules/commit_ts/Makefile
src/test/modules/snapshot_too_old/Makefile
src/test/modules/test_pg_dump/Makefile