using PGOPTIONS in meson - Mailing list pgsql-hackers

From jian he
Subject using PGOPTIONS in meson
Date
Msg-id CACJufxEHEDgopnH-jx0Z1Jx=qdkCzHh8mmncXzOZkymrXQdppA@mail.gmail.com
Whole thread Raw
Responses Re: using PGOPTIONS in meson
List pgsql-hackers
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.org/wiki/Meson



pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: improve DEBUG1 logging of parallel workers for CREATE INDEX?
Next
From: Tom Lane
Date:
Subject: Re: Fix a wrong errmsg in AlterRole()