Re: Rework of collation code, extensibility

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Rework of collation code, extensibility
Date: 2023-01-11 23:43:48
Message-ID: 34b42d5055eec98b7183f14e8db15e5f48c0d413.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2022-12-21 at 21:40 -0800, Jeff Davis wrote:
> Here's version 5. There are a number of fixes, and better tests, and
> it's passing in CI.

Attached trivial rebase as v6.

> The libc hook support is still experimental

Patches 0006 and 0007 should still be considered experimental and don't
require review right now.

--
Jeff Davis
PostgreSQL Contributor Team - AWS

Attachment Content-Type Size
v6-0007-Add-test-module-for-libc-collation-provider-hook.patch text/x-patch 26.7 KB
v6-0006-Support-multiple-libc-collation-provider-librarie.patch text/x-patch 21.4 KB
v6-0005-Add-test-module-for-icu-collation-provider-hook.patch text/x-patch 17.8 KB
v6-0004-Support-multiple-ICU-collation-provider-libraries.patch text/x-patch 32.0 KB
v6-0003-Refactor-pg_locale_t-routines.patch text/x-patch 42.7 KB
v6-0002-Add-pg_strxfrm-and-pg_strxfrm_prefix.patch text/x-patch 25.6 KB
v6-0001-Add-pg_strcoll-and-pg_strncoll.patch text/x-patch 19.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-01-11 23:52:13 Re: mprove tab completion for ALTER EXTENSION ADD/DROP
Previous Message Peter Geoghegan 2023-01-11 23:32:49 Re: pgsql: Delay commit status checks until freezing executes.