aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/explain.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-12-08 10:37:37 +0900
committerMichael Paquier <michael@paquier.xyz>2023-12-08 10:37:37 +0900
commit24482838c2c4bf251896e7ace837d48ba1fdc036 (patch)
tree70a7cfc498b9f79c431ae402d1a7e2fd47efc5a6 /src/backend/commands/explain.c
parent87ed81a8739b2419ceb4818c469ce1c5d1ae98d2 (diff)
downloadpostgresql-24482838c2c4bf251896e7ace837d48ba1fdc036.tar.gz
postgresql-24482838c2c4bf251896e7ace837d48ba1fdc036.zip
Fix path of regress shared library in pg_upgrade test
During a pg_upgrade test using an old dump, all references to the old regress shared library path (so, dylib or dll) are updated to point to the library path used by the new build, to ensure a consistent comparison 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 location for the meson and vpath builds. This is replaced by REGRESS_SHLIB, able to point to the correct location of the regress shared library. Author: Alexander Lakhin Discussion: https://postgr.es/m/a628d8ad-a08a-2eab-4ca9-641bc82d3193@gmail.com Backpatch-through: 15
Diffstat (limited to 'src/backend/commands/explain.c')
0 files changed, 0 insertions, 0 deletions