[PATCH] Add `headerscheck` run_target to meson

From: Miłosz Bieniek <bieniek(dot)milosz0(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] Add `headerscheck` run_target to meson
Date: 2025-11-27 09:28:17
Message-ID: CAMSWrt-PoQt4sHryWrB1ViuGBJF_PpbjoSGrWR2Ry47bHNLDqg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
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.

Best Regards,
Miłosz Bieniek

Attachment Content-Type Size
0001-Add-headerscheck-run_target-to-meson.patch application/octet-stream 993 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-11-27 09:32:27 Re: pgsql: doc: Fix incorrect wording for --file in pg_dump
Previous Message VASUKI M 2025-11-27 09:20:07 Re: [PATCH] psql: tab completion for ALTER ROLE ... IN DATABASE ...