Re: [18] Fix a few issues with the collation cache

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [18] Fix a few issues with the collation cache
Date: 2024-09-21 00:28:48
Message-ID: 04dca860c3bf54fde0e5f5444c2ae4e85caf75db.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2024-08-14 at 16:30 -0700, Jeff Davis wrote:
> On Thu, 2024-08-08 at 12:24 -0700, Jeff Davis wrote:
> > The collation cache, which maps collation oids to pg_locale_t
> > objects,
> > has a few longstanding issues:
>
> Here's a patch set v2.

Updated and rebased.

Regards,
Jeff Davis

Attachment Content-Type Size
v4-0001-Tighten-up-make_libc_collator-and-make_icu_collat.patch text/x-patch 8.1 KB
v4-0002-create_pg_locale.patch text/x-patch 12.6 KB
v4-0003-CollationCacheContext.patch text/x-patch 2.6 KB
v4-0004-resource-owners.patch text/x-patch 5.1 KB
v4-0005-invalidation.patch text/x-patch 2.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2024-09-21 00:28:51 Re: Refactor: allow pg_strncoll(), etc., to accept -1 length for NUL-terminated cstrings.
Previous Message Roberto Mello 2024-09-20 22:48:57 Re: Why mention to Oracle ?