mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 04:37:31 +08:00
pg_regress: there's no other way to cope with testing a relocated installation. Seems better to call it --psqldir though, since the only thing we need to find in that case is psql. It'd be better if we could use find_other_exec, but that's not happening unless we are willing to install pg_regress alongside psql, which seems unlikely to happen.