diff options
author | Andres Freund <andres@anarazel.de> | 2019-05-23 14:46:57 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-05-23 14:49:59 -0700 |
commit | 9ba3915ab6d27c555a80a6e2212cafb804372cb5 (patch) | |
tree | 5df17be3be44ac691fa63f6a5b63c73cf7eff80d /src/backend/executor/execParallel.c | |
parent | 99efd8d727b0662e152daa2ccd1dcc668ac36056 (diff) | |
download | postgresql-9ba3915ab6d27c555a80a6e2212cafb804372cb5.tar.gz postgresql-9ba3915ab6d27c555a80a6e2212cafb804372cb5.zip |
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 'src/backend/executor/execParallel.c')
0 files changed, 0 insertions, 0 deletions