]> granicus.if.org Git - postgresql/commitdiff
Fix function name in code comment
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 7 Aug 2017 13:49:55 +0000 (09:49 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 7 Aug 2017 13:49:55 +0000 (09:49 -0400)
Reported-by: Peter Geoghegan <pg@bowt.ie>
src/backend/commands/collationcmds.c

index ed5ffb6594f4d750b61eb8feebb0c36b4ada0525..96a6bc9bf08ba0d54b8a76f86ad59386d17f914b 100644 (file)
@@ -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