pgsql: headerscheck: Use LLVM_CPPFLAGS

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: headerscheck: Use LLVM_CPPFLAGS
Date: 2025-12-04 10:01:21
Message-ID: E1vR69I-002jti-2W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

headerscheck: Use LLVM_CPPFLAGS

Otherwise, headerscheck will fail if the LLVM headers are in a
location not reached by the normal CFLAGS/CPPFLAGS.

Discussion: https://www.postgresql.org/message-id/flat/b49e74d4-3cf9-4d1c-9dce-09f75e55d026%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d0b7a0b4c8f49ea96f171883d09e902483083d98

Modified Files
--------------
src/tools/pginclude/headerscheck | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-12-04 10:34:53 pgsql: headerscheck ccache support
Previous Message Alexander Korotkov 2025-12-04 08:55:52 pgsql: Fix incorrect assertion bound in WaitForLSN()