]> granicus.if.org Git - postgresql/commit
Add support for ICU 4.2
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 1 Aug 2017 14:49:55 +0000 (10:49 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 5 Aug 2017 13:32:42 +0000 (09:32 -0400)
commiteccead9ed43dc6e653c76dce1d2f455d251bb00c
treee2e997b1970f172ee2a540b7538fbb2398496099
parentf85f88bcc270cf12defc34f143456834d8d8c6f8
Add support for ICU 4.2

Supporting ICU 4.2 seems useful because it ships with CentOS 6.

Versions before ICU 4.6 don't support pkg-config, so document an
installation method without using pkg-config.

In ICU 4.2, ucol_getKeywordsForLocale() sometimes returns values that
will not be accepted by uloc_toLanguageTag().  Skip loading keyword
variants in that version.

Reported-by: Victor Wagner <vitus@wagner.pp.ru>
doc/src/sgml/installation.sgml
src/backend/commands/collationcmds.c