On Wed, 30 Oct 2024 at 09:29, Jeff Davis 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]? I don't think that patch goes as
On Wed, 2024-10-30 at 10:28 +1300, David Rowley wrote:
> On Wed, 30 Oct 2024 at 09:29, Jeff Davis wrote:
> > Attached is a patch that reorganizes CacheMemoryContext to be
> > mostly a
> > parent context, with child contexts such as CatCacheContext,
> > RelCacheContext, PlanCacheContext, etc.
>
>
,
Jeff Davis
From 80febd60550d1710186a111d95659d0f80cece4e Mon Sep 17 00:00:00 2001
From: Jeff Davis
Date: Tue, 29 Oct 2024 10:32:38 -0700
Subject: [PATCH v1] Reorganize cache memory contexts.
Create new memory contexts such as CatCacheContext, RelCacheContext,
etc. as children of