[HACKERS] ICU support on Windows

Поиск
Список
Период
Сортировка
От Ashutosh Sharma
Тема [HACKERS] ICU support on Windows
Дата
Msg-id CAE9k0P=QRjtS1a0rgTyKag_+s6XCs7vovV+gSkUfYVASog0P8w@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] ICU support on Windows  (Michael Paquier <michael.paquier@gmail.com>)
Re: [HACKERS] ICU support on Windows  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
Hi All,

Currently, we cannot perform ICU enabled build for postgres on Windows
platform. However, this can be done on Linux platforms using
'--with-icu' configuration parameter. Attached is the patch that
allows us to perform icu enabled build for postgres on Windows
platform provided that we have correct version of ICU libraries
installed on our system.

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

--
With Regards,
Ashutosh Sharma
EnterpriseDB:http://www.enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Erik Rijkers
Дата:
Сообщение: [HACKERS] tablesync.c - comment improvements
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: [HACKERS] Getting server crash on Windows when using ICU collation