Re: pgsql: Add standard collation UNICODE

From: Andres Freund <andres(at)anarazel(dot)de>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, 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-11 22:05:15
Message-ID: 20230311220515.x45vln6ogzyd57p7@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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. In case you want a way to reproduce the issue. You can merge that
tree into a throway tree, none of the changes should affect your work. You can
even log into the machine if it's on your repo ("re-run with terminal
access"), if you want to figure out the details.

https://cirrus-ci.com/task/6015098225950720
https://api.cirrus-ci.com/v1/artifact/task/6015098225950720/testrun/build/testrun/regress/regress/regression.diffs

Centos 8, fedora rawhide, suse tumbleweed are all OK though.

Greetings,

Andres Freund

[1] https://github.com/anarazel/postgres/tree/meson-ci-debug

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-03-11 22:42:59 Re: pgsql: Add standard collation UNICODE
Previous Message Andres Freund 2023-03-11 21:25:27 pgsql: meson: fix header path of ossp-uuid