Re: [COMMITTERS] pgsql: Add support for ICU 4.2

2017-08-07 Thread Peter Eisentraut
On 8/6/17 20:40, Peter Geoghegan wrote: > On Sat, Aug 5, 2017 at 6:36 AM, Peter Eisentraut wrote: >> In ICU 4.2, ucol_getKeywordsForLocale() sometimes returns values that >> will not be accepted by uloc_toLanguageTag(). Skip loading keyword >> variants in that version. > > This should be spelled

Re: [COMMITTERS] pgsql: Add support for ICU 4.2

2017-08-06 Thread Peter Geoghegan
On Sat, Aug 5, 2017 at 6:36 AM, Peter Eisentraut wrote: > In ICU 4.2, ucol_getKeywordsForLocale() sometimes returns values that > will not be accepted by uloc_toLanguageTag(). Skip loading keyword > variants in that version. This should be spelled ucol_getKeywordValuesForLocale() in both the com

[COMMITTERS] pgsql: Add support for ICU 4.2

2017-08-05 Thread Peter Eisentraut
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 ulo