pgsql: Add PGXS options to control TAP and isolation tests, take two

2018-12-02 Thread Michael Paquier
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

pgsql: Add some missing schema qualifications

2018-12-02 Thread Michael Paquier
Add some missing schema qualifications This does not improve the security and reliability of the touched areas, but it makes the style more consistent. Author: Michael Paquier Reviewed-by- Noah Misch Discussion: https://postgr.es/m/[email protected] Branch -- master Details