Re: Inconsistent string comparison using modified ICU collations - Mailing list pgsql-hackers

From Daniel Verite
Subject Re: Inconsistent string comparison using modified ICU collations
Date
Msg-id 725d6dfb-af91-42d1-bb4d-15febb86ead7@manitou-mail.org
Whole thread Raw
In response to Inconsistent string comparison using modified ICU collations  (Oleg Tselebrovskiy <o.tselebrovskiy@postgrespro.ru>)
List pgsql-hackers
    Oleg Tselebrovskiy wrote:

> I've discovered a bug with string comparison using modified ICU
> collations
> Using a direct comparison and sorting values gives different results
>
> The easiest way to reproduce is the following:
>
>         postgres=# create collation "en-US-u-kr-latn-digit-x-icu" (provider
> =
> icu, locale = 'en-US-u-kr-latn-digit');

This looks similar to bug #15285:
https://www.postgresql.org/message-id/153201618542.1404.3611626898935613264@wrigleys.postgresql.org


Best regards,
--
Daniel Vérité
https://postgresql.verite.pro/



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Inconsistent string comparison using modified ICU collations
Next
From: Tom Lane
Date:
Subject: Re: Self contradictory examining on rel's baserestrictinfo