Re: Unicode full case mapping: PG_UNICODE_FAST, and standard-compliant UCS_BASIC

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Unicode full case mapping: PG_UNICODE_FAST, and standard-compliant UCS_BASIC
Date: 2025-01-15 21:21:34
Message-ID: 03d1416a974f7349b2415e01e85aac943fc55ba8.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2025-01-10 at 16:36 -0800, Jeff Davis wrote:
> On Mon, 2024-12-16 at 12:49 -0800, Jeff Davis wrote:
> > On Wed, 2024-12-11 at 15:52 -0800, Jeff Davis wrote:
> > > Attached is a series of patches to implement full case mapping as
> > > the
> > > locale PG_UNICODE_FAST.
> >
> > Rebased and attached.
>
> Rebased and attached v3.

I plan to commit 0001 and 0002 soon. There seems to be general
agreement that we want full case mapping[1], and we can potentially use
the infrastructure to extend the additional case variants into pattern
matching[2].

0003 requires more discussion.

Regards,
Jeff Davis

[1]https://www.postgresql.org/message-id/27bb0e52-801d-4f73-a0a4-02cfdd4a9ada@eisentraut.org
[2]
https://www.postgresql.org/message-id/c10ed44c7e5dcbb7b4597889f02d029298f0c919.camel@j-davis.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-01-15 21:44:10 Re: Having problems generating a code coverage report
Previous Message Nathan Bossart 2025-01-15 21:15:51 Re: Index AM API cleanup