Re: Test 002_pg_upgrade fails with olddump on Windows
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alexander Lakhin <exclusion@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-12-07T08:44:53Z
Lists: pgsql-hackers
On Wed, Dec 06, 2023 at 11:00:01AM +0300, Alexander Lakhin wrote:
> So it looks like
> my $newregresssrc = "$srcdir/src/test/regress";
> is incorrect for meson.
> Maybe it should be?:
> my $newregresssrc = dirname($ENV{REGRESS_SHLIB});
> (With this line the test passes for me on Windows and Linux).
Hmm. Yes, it looks like you're right here. That should allow all the
scenarios we expect to work to update the paths for the functions.
--
Michael
Commits
-
Fix path of regress shared library in pg_upgrade test
- 24482838c2c4 15.6 landed
- a09aa18eaa6a 16.2 landed
- e5b8c4f68fa5 17.0 landed
-
Apply filters to dump files all the time in 002_pg_upgrade.pl
- f0b53daa2c76 15.6 landed
- a499c08dca5e 16.2 landed
- bfc677c3bc31 17.0 landed