- Notifications
You must be signed in to change notification settings - Fork4.9k
Commite5b8c4f
committed
Fix path of regress shared library in pg_upgrade test
During a pg_upgrade test using an old dump, all references to the oldregress shared library path (so, dylib or dll) are updated to point tothe library path used by the new build, to ensure a consistentcomparison between the old and new dumps.The test previously relied on a hardcoded value of "src/test/regress/"to build the new path value, which would point to an incorrect locationfor the meson and vpath builds. This is replaced by REGRESS_SHLIB, ableto point to the correct location of the regress shared library.Author: Alexander LakhinDiscussion:https://postgr.es/m/a628d8ad-a08a-2eab-4ca9-641bc82d3193@gmail.comBackpatch-through: 151 parentc0fcf07 commite5b8c4f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
287 |
| - | |
| 287 | + | |
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
|
0 commit comments
Comments
(0)