pgsql: Inject $(ICU_LIBS) regardless of platform.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Inject $(ICU_LIBS) regardless of platform.
Date: 2017-08-21 04:26:50
Message-ID: E1djeIc-0003Xq-9B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Inject $(ICU_LIBS) regardless of platform.

It appeared in a conditional that excludes AIX, Cygwin and MinGW. Give
ICU support a chance to work on those platforms. Back-patch to v10,
where ICU support was introduced.

Branch
------
REL_10_STABLE

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

Modified Files
--------------
src/backend/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-08-21 06:41:52 Re: [COMMITTERS] pgsql: Account for catalog snapshot in PGXACT->xmin updates.
Previous Message Andres Freund 2017-08-20 18:23:19 pgsql: Partially flatten struct tupleDesc so that it can be used in DSM