Re: pgsql: Add standard collation UNICODE

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: 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-10 19:44:08
Message-ID: 582e43d0a814e09c62ea662dd851f43bfc137a16.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, 2023-03-10 at 12:42 +0000, Peter Eisentraut wrote:
> > Add standard collation UNICODE

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prion&dt=2023-03-10%2018%3A58%3A04

Looks like there's still a failure, even after subsequent fix
3e623ebc7a. I'm wondering how that diff happens, because I tested all
versions of ICU between 50 and 72 (except 58 and 59, where I had build
problems) and 'abc' is always less than 'ABC' in the root locale.

Must be something simple I'm missing.

Regards,
Jeff Davis

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Jonathan S. Katz 2023-03-10 19:52:22 Re: pgsql: Add standard collation UNICODE
Previous Message Jeff Davis 2023-03-10 18:58:49 Re: pgsql: Use ICU by default at initdb time.