pgsql: Include contrib modules in the temp installation even without RE

2018-08-28 Thread Tom Lane
Include contrib modules in the temp installation even without REGRESS. Now that we have TAP tests, a contrib module may have something useful to do in "make check" even if it has no pg_regress-style regression scripts, and hence no REGRESS setting. But the TAP tests will fail, or else test the wr

pgsql: Include contrib modules in the temp installation even without RE

2018-08-28 Thread Tom Lane
Include contrib modules in the temp installation even without REGRESS. Now that we have TAP tests, a contrib module may have something useful to do in "make check" even if it has no pg_regress-style regression scripts, and hence no REGRESS setting. But the TAP tests will fail, or else test the wr