using PGOPTIONS in meson

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: using PGOPTIONS in meson
Date: 2025-01-08 15:27:42
Message-ID: CACJufxEHEDgopnH-jx0Z1Jx=qdkCzHh8mmncXzOZkymrXQdppA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-01-08 15:29:12 Re: Fix a wrong errmsg in AlterRole()
Previous Message Bertrand Drouvot 2025-01-08 15:21:07 Re: improve DEBUG1 logging of parallel workers for CREATE INDEX?