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

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: pgsql-hackers@postgresql.org
Date: 2024-09-21T00:28:48Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Tighten up make_libc_collator() and make_icu_collator().