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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [18] Fix a few issues with the collation cache
Date: 2024-12-10 23:45:23
Message-ID: Z1jSk5Ie2k80-Asz@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Dec 10, 2024 at 03:34:50PM -0800, Jeff Davis wrote:
> I committed some of the patches and fixed problem #1.
>
> The way I used ResourceOwners to fix problems #2 and #3 is a bit
> awkward. I'm not sure if it's worth the ceremony to try to avoid leaks
> during OOM. And other paths that leak could be fixed more simply by
> freeing it directly rather than relying on the resowner mechanism.
> I think I'll withdraw this patch and submit a separate patch to do it
> the simpler way.

Okay, thanks for the update.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2024-12-10 23:54:23 Re: fix deprecation mention for age() and mxid_age()
Previous Message Jeff Davis 2024-12-10 23:34:50 Re: [18] Fix a few issues with the collation cache