8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2ca3c commit 86524f0Copy full SHA for 86524f0
src/backend/commands/collationcmds.c
@@ -679,7 +679,7 @@ pg_import_system_collations(PG_FUNCTION_ARGS)
679
for (i = -1; i < ucol_countAvailable(); i++)
680
{
681
/*
682
- * In ICU 4.2, ucol_getKeywordsForLocale() sometimes returns
+ * In ICU 4.2, ucol_getKeywordValuesForLocale() sometimes returns
683
* values that will not be accepted by uloc_toLanguageTag(). Skip
684
* loading keyword variants in that version. (Both
685
* ucol_getKeywordValuesForLocale() and uloc_toLanguageTag() are
0 commit comments