From: | Jeff Davis <pgsql(at)j-davis(dot)com> |
---|---|
To: | Andreas Karlsson <andreas(at)proxel(dot)se>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Collation & ctype method table, and extension hooks |
Date: | 2024-12-03 07:58:36 |
Message-ID: | 7aa46d77b377428058403723440862d12a8a129a.camel@j-davis.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, 2024-12-02 at 16:39 +0100, Andreas Karlsson wrote:
> I feel your first patch in the series is something you can just
> commit.
Done.
I combined your patches and mine into the attached v10 series.
I also split out the ctype methods patch into two, so that patch v10-
0005 moves all of the case mapping code into the appropriate provider
files. That should make the ctype methods patch (v10-0007) easier to
review.
Regards,
Jeff Davis
Attachment | Content-Type | Size |
---|---|---|
v10-0001-Move-check-for-ucol_strcollUTF8-to-pg_locale_icu.patch | text/x-patch | 1.8 KB |
v10-0002-Move-code-for-collation-version-into-provider-sp.patch | text/x-patch | 10.8 KB |
v10-0003-Move-ICU-database-encoding-check-into-validation.patch | text/x-patch | 4.6 KB |
v10-0004-Move-provider-specific-code-when-looking-up-loca.patch | text/x-patch | 2.6 KB |
v10-0005-Refactor-case-mapping-into-provider-specific-fil.patch | text/x-patch | 38.1 KB |
v10-0006-Control-collation-behavior-with-a-method-table.patch | text/x-patch | 19.3 KB |
v10-0007-Control-ctype-behavior-internally-with-a-method-.patch | text/x-patch | 40.7 KB |
v10-0008-Remove-provider-field-from-pg_locale_t.patch | text/x-patch | 4.8 KB |
v10-0009-Make-provider-data-in-pg_locale_t-an-opaque-poin.patch | text/x-patch | 21.7 KB |
v10-0010-Don-t-include-ICU-headers-in-pg_locale.h.patch | text/x-patch | 2.8 KB |
v10-0011-Introduce-hooks-for-creating-custom-pg_locale_t.patch | text/x-patch | 6.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Masahiro Ikeda | 2024-12-03 08:13:24 | Doc: fix the rewrite condition when executing ALTER TABLE ADD COLUMN |
Previous Message | Michael Paquier | 2024-12-03 07:56:32 | Re: Memory leak in WAL sender with pgoutput (v10~) |