Re: [COMMITTERS] pgsql: Add support for ICU 4.2 - Mailing list pgsql-committers

From Peter Geoghegan
Subject Re: [COMMITTERS] pgsql: Add support for ICU 4.2
Date
Msg-id CAH2-Wz=PQOLrD+W9RMFKw3=bjj_sL=bCOL8e8GjMm4gnSt0P8A@mail.gmail.com
Whole thread Raw
In response to [COMMITTERS] pgsql: Add support for ICU 4.2  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [COMMITTERS] pgsql: Add support for ICU 4.2  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-committers
On Sat, Aug 5, 2017 at 6:36 AM, Peter Eisentraut <peter_e@gmx.net> 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
commit message and the code comment. There is no
ucol_getKeywordsForLocale() function.

--
Peter Geoghegan


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Release notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Update RELEASE_CHANGES' example of branch name format.