pgsql: Fix path of regress shared library in pg_upgrade test

2023-12-07 Thread Michael Paquier
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

pgsql: Fix path of regress shared library in pg_upgrade test

2023-12-07 Thread Michael Paquier
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

pgsql: Fix path of regress shared library in pg_upgrade test

2023-12-07 Thread Michael Paquier
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