Re: PG_TEST_EXTRA and meson - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: PG_TEST_EXTRA and meson
Date
Msg-id CAOYmi+mmJUan4j4bONGvxthNZ5pPS1oyFGjDSug6bs2LoKidWw@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 Wed, Jul 17, 2024 at 3:34 AM Nazir Bilal Yavuz <byavuz81@gmail.com> wrote:
> Sorry, the previous reply was wrong; I misunderstood what you said.
> Yes, that is how the patch was coded and I agree that getting rid of
> config time PG_TEST_EXTRA could be a better alternative.

Personally I use the config-time PG_TEST_EXTRA extensively. I'd be sad
to see it go, especially if developers are no longer forced to use it.
(In practice, I don't change that setting much after initial
configure, because I use separate worktrees/build directories for
different patchsets. And the reconfiguration is fast when I do need to
modify it.)

Thanks,
--Jacob



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add a GUC check hook to ensure summarize_wal cannot be enabled when wal_level is minimal
Next
From: Andrei Lepikhov
Date:
Subject: Re: Expand applicability of aggregate's sortop optimization