[COMMITTERS] pgsql: Add ICU_CFLAGS to global CPPFLAGS - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Add ICU_CFLAGS to global CPPFLAGS
Date
Msg-id E1dKVUk-0003vI-41@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add ICU_CFLAGS to global CPPFLAGS

The original code only added ICU_CFLAGS to the backend build.  But it is
also needed for building external modules that include pg_locale.h.  So
add it to the global CPPFLAGS.  (This is only relevant if ICU is not in
a compiler default path, so it apparently hasn't bitten many.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94c2ed0ebe005aa6389b02a61e3c16d08035299c

Modified Files
--------------
src/Makefile.global.in        | 2 ++
src/backend/common.mk         | 2 --
src/backend/snowball/Makefile | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Remove "synchronized table states" notice message
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Update information_schema documentation for identitycolumn