Commit 86524f03 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix function name in code comment

Reported-by: default avatarPeter Geoghegan <pg@bowt.ie>
parent ad2ca3cb
......@@ -679,7 +679,7 @@ pg_import_system_collations(PG_FUNCTION_ARGS)
for (i = -1; i < ucol_countAvailable(); i++)
{
/*
* In ICU 4.2, ucol_getKeywordsForLocale() sometimes returns
* In ICU 4.2, ucol_getKeywordValuesForLocale() sometimes returns
* values that will not be accepted by uloc_toLanguageTag(). Skip
* loading keyword variants in that version. (Both
* ucol_getKeywordValuesForLocale() and uloc_toLanguageTag() are
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment