Specify bindir in pg_isolation_regress_installcheck.
authorAndres Freund <andres@anarazel.de>
Thu, 16 Mar 2017 02:03:29 +0000 (19:03 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 16 Mar 2017 02:03:29 +0000 (19:03 -0700)
commit2038bf41c963f9ec626f7f8f1f03f0471d063b6d
treee0d30fa5055468a66b9c6c8bce84da206ff822a2
parentbd1827c7c961568eabe850df254c60d175bec195
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
src/Makefile.global.in