Skip to content
Snippets Groups Projects
Commit 7c84acc4 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix creation of ICU comments for keyword variants

It would create the comment referring to the keyword-less parent
locale.  This was broken in ddb5fdc0.
parent d4b42e52
No related branches found
No related tags found
No related merge requests found
...@@ -775,7 +775,7 @@ pg_import_system_collations(PG_FUNCTION_ARGS) ...@@ -775,7 +775,7 @@ pg_import_system_collations(PG_FUNCTION_ARGS)
CommandCounterIncrement(); CommandCounterIncrement();
icucomment = get_icu_locale_comment(name); icucomment = get_icu_locale_comment(localeid);
if (icucomment) if (icucomment)
CreateComments(collid, CollationRelationId, 0, CreateComments(collid, CollationRelationId, 0,
icucomment); icucomment);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment