Re: [PATCH] Add `headerscheck` run_target to meson - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] Add `headerscheck` run_target to meson
Date
Msg-id fd9864f9-30bf-450b-a025-5e1bba58591a@eisentraut.org
Whole thread Raw
In response to [PATCH] Add `headerscheck` run_target to meson  (Miłosz Bieniek <bieniek.milosz0@gmail.com>)
Responses Re: [PATCH] Add `headerscheck` run_target to meson
List pgsql-hackers
On 27.11.25 10:28, Miłosz Bieniek wrote:
> While reviewing a patch I noticed that we have a `make -s headerscheck` 
> but there is no equivalent in meson.
> I prepared a small patch that adds `headerscheck` and `cpluspluscheck` 
> targets.

This would be good to have, but I don't think your patch works.  It 
seems you need to add the srcdir and builddir command-line arguments to 
the invocations.




pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Adding an extra byte to ReadyForQuery (B) to indicate HOLD cursors
Next
From: Marcos Pegoraro
Date:
Subject: Re: [PoC] XMLCast (SQL/XML X025)