Re: [HACKERS] ICU support on Windows - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] ICU support on Windows
Date
Msg-id d8fe207c-2ce0-0411-9cd7-018fc38d4ced@2ndquadrant.com
Whole thread Raw
In response to [HACKERS] ICU support on Windows  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Responses Re: [HACKERS] ICU support on Windows  (Ashutosh Sharma <ashu.coek88@gmail.com>)
List pgsql-hackers
On 6/10/17 05:40, Ashutosh Sharma wrote:
> With the help of attached patch, we can use icu feature on Windows.
> All we have to do is, download the ICU libraries from - [1] and add
> the installation path for icu libraires in config.pl like,
> 
> icu => 'E:\Users\pg\icu',
> 
> [1]- http://site.icu-project.org/download/53

Committed that.

I noticed that this only works if you use the "Win32" download of ICU,
because the "Win64" download uses "lib64" paths.  I'm not sure what the
impact of this is in practice.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: [HACKERS] PG10 Partitioned tables and relation_is_updatable()
Next
From: Neil Anderson
Date:
Subject: [HACKERS] v10beta pg_catalog diagrams