Revert all new recent changes to add PGXS options for TAP and isolation
Michael Paquier <michael@paquier.xyz>
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.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/bloom/Makefile | modified | +3 −4 |
| contrib/oid2name/Makefile | modified | +8 −2 |
| contrib/test_decoding/Makefile | modified | +50 −17 |
| contrib/vacuumlo/Makefile | modified | +8 −2 |
| doc/src/sgml/extend.sgml | modified | +2 −59 |
| src/makefiles/pgxs.mk | modified | +2 −30 |
| src/test/modules/brin/.gitignore | modified | +1 −1 |
| src/test/modules/brin/Makefile | modified | +22 −3 |
| src/test/modules/commit_ts/Makefile | modified | +5 −1 |
| src/test/modules/snapshot_too_old/Makefile | modified | +27 −8 |
| src/test/modules/test_pg_dump/Makefile | modified | +5 −1 |