On Fri, Dec 10, 2021 at 2:12 AM Andrew Dunstan <and...@dunslane.net> wrote: > The new version appears to set an empty --bindir for pg_regress. Is that > right?
It seems to be necessary to find eg psql, since --bindir='' means "expect $PATH to contain the installed binaries", and that's working on both build systems. The alternative would be to export yet another environment variable, $PG_INSTALL or such -- do you think that'd be better, or did I miss something that exists already like that?