- Notifications
You must be signed in to change notification settings - Fork28
Commitf916221
committed
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 beinstalled into a temporary directory. As commonly the case when justexecuting make check for pg_upgrade, as $oldbindir is just the currentversion's $bindir.In the back branches, with --install specified, psql from the newversion's temporary installation was used, without --install (e.g forNO_TEMP_INSTALL, cf47b3c26), the new version's installed psql wasused (which might or might not exist).Author: Andres FreundDiscussion:https://postgr.es/m/20190522175150.c26f4jkqytahajdg@alap3.anarazel.de1 parent44e95b5 commitf916221
1 file changed
+8
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
79 | 87 |
| |
80 | 88 |
| |
81 | 89 |
| |
|
0 commit comments
Comments
(0)