Re: collation-related loose ends before beta2

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org, Daniel Verite <daniel(at)manitou-mail(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, Joe Conway <mail(at)joeconway(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Peter Geoghegan <pg(at)bowt(dot)ie>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: collation-related loose ends before beta2
Date: 2023-06-20 20:46:29
Message-ID: 0012c5b184db333e27ebc3b480b1b9e012eef188.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2023-06-20 at 12:16 -0400, Tom Lane wrote:
> Jeff Davis <pgsql(at)j-davis(dot)com> writes:
> > Status on collation loose ends:
>
> This all sounds good to me.

Patches attached.

0001 also removes the code to get a default locale when ICU is being
used, because that was a part of the same commit that changed the
default provider to be ICU and I don't see a lot of value in keeping
just that part.

I'm planning to commit something similar to the attached patches
tomorrow (Wednesday) unless I get more input.

Regards,
Jeff Davis

Attachment Content-Type Size
v1-0001-initdb-change-default-locale-provider-back-to-lib.patch text/x-patch 9.8 KB
v1-0002-ICU-do-not-convert-locale-C-to-en-US-u-va-posix.patch text/x-patch 6.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2023-06-20 22:02:48 Re: BUG #17946: LC_MONETARY & DO LANGUAGE plperl - BUG
Previous Message Bruce Momjian 2023-06-20 20:26:39 Re: [PATCH] two minor fixes to MVCC docs