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

From Peter Eisentraut
Subject Re: [COMMITTERS] pgsql: Add support for ICU 4.2
Date
Msg-id 66eb0666-3ed7-560f-caa5-28d68041265b@2ndquadrant.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Add support for ICU 4.2  (Peter Geoghegan <pg@bowt.ie>)
List pgsql-committers
On 8/6/17 20:40, Peter Geoghegan wrote:
> 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.

Fixed, thanks.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix function name in code comment
Next
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Don't allow logging in with empty password.