| From: | Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com> |
|---|---|
| To: | Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> |
| Cc: | Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: PG_TEST_EXTRA and meson |
| Date: | 2024-07-16 21:27:47 |
| Message-ID: | CAOYmi+nvLrsb9iAS_H-uvj3RhZ618RC8nN-4-TCt4fHyRAJ3RA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Jul 16, 2024 at 2:12 PM Nazir Bilal Yavuz <byavuz81(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Bossart | 2024-07-16 21:36:15 | Re: improve performance of pg_dump with many sequences |
| Previous Message | Nazir Bilal Yavuz | 2024-07-16 21:11:47 | Re: PG_TEST_EXTRA and meson |