Skip to content

Commit 7d3b03a

Browse files
author
Commitfest Bot
committed
[CF 6084] Allow setting the collation strength in ICU tailoring rules.
This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/6084 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/c6bd2f2f-af29-4375-9538-86450bf4e499@manitou-mail.org Author(s): Daniel Vérité
2 parents 6dfce84 + f57f83e commit 7d3b03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/pg_locale_icu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ make_icu_collator(const char *iculocstr, const char *icurules)
471471

472472
status = U_ZERO_ERROR;
473473
collator_all_rules = ucol_openRules(all_rules, u_strlen(all_rules),
474-
UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,
474+
UCOL_DEFAULT, UCOL_DEFAULT,
475475
NULL, &status);
476476
if (U_FAILURE(status))
477477
{

0 commit comments

Comments
 (0)