pgsql: headerscheck: Use LLVM_CPPFLAGS - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: headerscheck: Use LLVM_CPPFLAGS
Date
Msg-id E1vR69I-002jti-2W@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix incorrect assertion bound in WaitForLSN()
Next
From: Peter Eisentraut
Date:
Subject: pgsql: headerscheck ccache support