diff options
author | Andres Freund | 2019-05-23 21:46:57 +0000 |
---|---|---|
committer | Andres Freund | 2019-05-23 21:50:04 +0000 |
commit | 5518293475f853f0ecd6eaf8c02e454314e9c81e (patch) | |
tree | e107c4d39525825472d54fd1103c250c48d944a3 /doc/src | |
parent | c82e8ba0016319bb7c18ace7a9a77a7d7550f997 (diff) |
pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.
On master (after 700538) the old version's installed psql was used -
even when the old version might not actually be installed / might be
installed into a temporary directory. As commonly the case when just
executing make check for pg_upgrade, as $oldbindir is just the current
version's $bindir.
In the back branches, with --install specified, psql from the new
version's temporary installation was used, without --install (e.g for
NO_TEMP_INSTALL, cf 47b3c26642), the new version's installed psql was
used (which might or might not exist).
Author: Andres Freund
Discussion: https://postgr.es/m/20190522175150.c26f4jkqytahajdg@alap3.anarazel.de
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions