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

From Peter Eisentraut
Subject pgsql: headerscheck: Use ICU_CFLAGS
Date
Msg-id E1urtUJ-002C6Y-2b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
headerscheck: Use ICU_CFLAGS

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

../src/include/utils/pg_locale.h:21:10: fatal error: unicode/ucol.h: No such file or directory

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/1127775.1754417387%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/664e0d678965719fe0d385aa3a8f2777058b119b

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Mark ItemPointer arguments as const in tuple/table lock function
Next
From: Peter Eisentraut
Date:
Subject: pgsql: headerscheck: Document that --with-llvm is required