Re: Reorganize cache memory contexts - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Reorganize cache memory contexts
Date
Msg-id 6862fe4036cb88a01637ca2a27cb53cc3910cd3b.camel@j-davis.com
Whole thread Raw
In response to Re: Reorganize cache memory contexts  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
On Wed, 2024-10-30 at 10:28 +1300, David Rowley wrote:
> On Wed, 30 Oct 2024 at 09:29, Jeff Davis <pgsql@j-davis.com> wrote:
> > Attached is a patch that reorganizes CacheMemoryContext to be
> > mostly a
> > parent context, with child contexts such as CatCacheContext,
> > RelCacheContext, PlanCacheContext, etc.
>
> Is it worth merging efforts with [1]?

Thank you. Yes, I'll continue in that thread and close this one.

Perhaps I did see that thread in the past and forgot about it -- even
the naming in my patch is similar.

Regards,
    Jeff Davis




pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Reorganize cache memory contexts
Next
From: Jeff Davis
Date:
Subject: Re: Separate memory contexts for relcache and catcache