Hi, On Mon, Jun 12, 2017 at 8:39 PM, Peter Eisentraut <peter.eisentr...@2ndquadrant.com> wrote: > 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.
Thanks for 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. Yes, that's right, Win64 download uses lib64 path and in my case i had renamed lib64-> lib and bin64-> bin which i guess is not a right thing to do. I think, we should allow Solution.pm to detect the platform and make a decision on the library path accordingly. Attached patch does that. Please have a look let me know your thoughts on this. Thanks. -- With Regards, Ashutosh Sharma EnterpriseDB:http://www.enterprisedb.com
load_platform_specific_icu_lib.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers