Re: Add support for EXTRA_REGRESS_OPTS for meson - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add support for EXTRA_REGRESS_OPTS for meson
Date
Msg-id acumC5qBYIYNRF8U@paquier.xyz
Whole thread Raw
In response to Re: Add support for EXTRA_REGRESS_OPTS for meson  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
On Tue, Mar 31, 2026 at 10:45:32AM +0200, Andreas Karlsson wrote:
> Agreed, the question is just where we should document them.
>
> I would say one of these two pages:
>
> https://www.postgresql.org/docs/current/install-meson.html
> https://www.postgresql.org/docs/current/regress-run.html

regress-run would be a nicer fit in the long run, where it seems to me
that the existing documentation is wrong with its decision to document
the regression tests that can be run in meson in a section for the
build and install:
https://www.postgresql.org/docs/current/install-meson.html#INSTALL-PROCEDURE-MESON

The format that we use for the coverage code is something I find
pretty clear:
https://www.postgresql.org/docs/current/regress-coverage.html

We have two sub-sections, one for configure/make and one meson, which
is nice.  Perhaps we don't need to have new sub-sections, limiting
ourselves to mention some of the equivalents that can be used with
meson?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: relfilenode statistics
Next
From: Amit Kapila
Date:
Subject: Re: Adding REPACK [concurrently]