Re: PG_TEST_EXTRA and meson - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: PG_TEST_EXTRA and meson
Date
Msg-id CAOYmi+nvLrsb9iAS_H-uvj3RhZ618RC8nN-4-TCt4fHyRAJ3RA@mail.gmail.com
Whole thread Raw
In response to Re: PG_TEST_EXTRA and meson  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: PG_TEST_EXTRA and meson
List pgsql-hackers
On Tue, Jul 16, 2024 at 2:12 PM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
>
> 2- If PG_TEST_EXTRA is set from the setup command, use it from the
> setup command and discard the environment variable. If PG_TEST_EXTRA
> is not set from the setup command, then use it from the environment.

Is there a way for the environment to override the Meson setting
rather than vice-versa? My vote would be to have both available, but
with the implementation in patch 2 I'd still have to reconfigure if I
wanted to change my test setup.

Thanks!
--Jacob



pgsql-hackers by date:

Previous
From: Nazir Bilal Yavuz
Date:
Subject: Re: PG_TEST_EXTRA and meson
Next
From: Nathan Bossart
Date:
Subject: Re: improve performance of pg_dump with many sequences