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
- v4-0001-Tighten-up-make_libc_collator-and-make_icu_collat.patch (text/x-patch) patch v4-0001
- v4-0002-create_pg_locale.patch (text/x-patch) patch v4-0002
- v4-0003-CollationCacheContext.patch (text/x-patch) patch v4-0003
- v4-0004-resource-owners.patch (text/x-patch) patch v4-0004
- v4-0005-invalidation.patch (text/x-patch) patch v4-0005
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
-
Tighten up make_libc_collator() and make_icu_collator().
- ceeaaed87aa3 18.0 landed