Re: Test 002_pg_upgrade fails with olddump on Windows

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Alexander Lakhin <exclusion(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Test 002_pg_upgrade fails with olddump on Windows
Date: 2023-12-07 08:44:53
Message-ID: ZXGGBfVVx2rhYIGv@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Junwang Zhao 2023-12-07 08:46:53 Re: Make COPY format extendable: Extract COPY TO format implementations
Previous Message Junwang Zhao 2023-12-07 08:37:36 Re: Make COPY format extendable: Extract COPY TO format implementations