[COMMITTERS] pgsql: Specify bindir in pg_isolation_regress_installcheck. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Specify bindir in pg_isolation_regress_installcheck.
Date
Msg-id E1coKoT-0003KE-OQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Specify bindir in pg_isolation_regress_installcheck.

It appears dcae5faccab64776376d3 forgot to add it to
pg_isolation_regress_installcheck, while it was added to
pg_regress_installcheck.  It seems to so far have escaped notice,
because buildfarm animals requiring it, didn't actually use
pg_isolation_regress_installcheck anywhere - that changed with
60f826c5e6244, triggering failures on narwhal and frogmouth.

I've decided to not, for now at least, backpatch this, because the
relevant invocations look quite different in the back branches.  Seems
quite possible that we'll want to backport 60f826c5e6244 as a whole if
it proves stable.

Discussion: https://postgr.es/m/20170315174003.3dyl4teashdwgblh@alap3.anarazel.de

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2038bf41c963f9ec626f7f8f1f03f0471d063b6d

Modified Files
--------------
src/Makefile.global.in | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Simplify publication/subscription tests a bit
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Port single-page btree vacuum logic to hash indexes.