Re: using PGOPTIONS in meson

2025-01-08 Thread Andres Freund
Hi, On 2025-01-08 23:27:42 +0800, jian he wrote: > hi. > i am wondering ways to do > ``make check PGOPTIONS="-c debug_parallel_query=regress -c work_mem=50MB"`` > in meson way, especially the PGOPTIONS part. > > I have looked at [1] and [2]. > [1] > https://www.postgresql.org/docs/current/regres

using PGOPTIONS in meson

2025-01-08 Thread jian he
hi. i am wondering ways to do ``make check PGOPTIONS="-c debug_parallel_query=regress -c work_mem=50MB"`` in meson way, especially the PGOPTIONS part. I have looked at [1] and [2]. [1] https://www.postgresql.org/docs/current/regress-run.html#REGRESS-RUN-CUSTOM-SETTINGS [2] https://wiki.postgresql