Re: pgsql: Add standard collation UNICODE

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>, Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add standard collation UNICODE
Date: 2023-03-12 15:17:47
Message-ID: 12021ac6-8a4b-99b7-f584-1b589d32fc9e@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On 2023-03-11 Sa 17:05, Andres Freund wrote:
> Hi,
>
> On 2023-03-11 10:20:33 -0800, Jeff Davis wrote:
>> On Sat, 2023-03-11 at 08:31 -0500, Andrew Dunstan wrote:
>>> It's fairly old:
>>>
>>> $ rpm -q -a | grep icu
>>>  libicu-50.2-4.0.amzn1.x86_64
>>>  libicu-devel-50.2-4.0.amzn1.x86_64
>> FWIW I tried ICU 50.2 (built from sources) and the root locale still
>> sorts lowercase first.
> On one my hacking-on-meson-build trees ([1]) I saw the problem in CI, on
> centos-7.

Yeah,

I have a Centos 7 VM sitting here which I fired up and reproduced it
just now. I have the source package downloaded from the Centos archives,
but given that it's also happening on Debian 7, perhaps it's not
something packaging-specific.

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-03-12 18:20:48 pgsql: Work around implementation restriction in adjust_appendrel_attrs
Previous Message Andrew Dunstan 2023-03-12 13:05:10 pgsql: Mark unsafe_tests module as not runnable with installcheck