[COMMITTERS] pgsql: Fix order of ICU_CFLAGS - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Fix order of ICU_CFLAGS
Date
Msg-id E1dfzVa-00088Z-BB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix order of ICU_CFLAGS

It must be before CPPFLAGS so that an ICU installation in a nonstandard
path can take precedence over one in the system path.

Branch
------
master

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

Modified Files
--------------
src/Makefile.global.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Improve the error message when creating an empty rangepartition
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Remove uses of "slave" in replication contexts