Fix prove_installcheck to use correct paths when used with PGXS The prove_installcheck recipe in src/Makefile.global.in was emitting bogus paths for a couple of elements when used with PGXS. Here we create a separate recipe for the PGXS case that does it correctly. We also take the opportunity to make the make the file more readable by breaking up the prove_installcheck and prove_check recipes across several lines, and to remove the setting for REGRESS_SHLIB to src/test/recovery/Makefile, which is the only set of tests that actually need it.
Backpatch to all live branches Discussion: https://postgr.es/m/[email protected] Branch ------ REL_10_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/16ed3ddbbbda1edf2511bff508bfd0910a844289 Modified Files -------------- src/Makefile.global.in | 22 ++++++++++++++++++++-- src/test/recovery/Makefile | 4 ++++ 2 files changed, 24 insertions(+), 2 deletions(-)
