Re: Reorganize cache memory contexts

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Reorganize cache memory contexts
Date: 2024-10-29 21:44:19
Message-ID: 6862fe4036cb88a01637ca2a27cb53cc3910cd3b.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)j-davis(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2024-10-29 22:00:02 Re: Separate memory contexts for relcache and catcache
Previous Message David Rowley 2024-10-29 21:28:49 Re: Reorganize cache memory contexts