Re: ERROR: XX000: could not find memoization table entry (reproducible) - Mailing list pgsql-bugs

From David Rowley
Subject Re: ERROR: XX000: could not find memoization table entry (reproducible)
Date
Msg-id CAApHDvqm3FrL-7Zmuj8ewWT_wA4rd2nm5nKj52QW-oQ_FR+jKA@mail.gmail.com
Whole thread Raw
In response to Re: ERROR: XX000: could not find memoization table entry (reproducible)  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: ERROR: XX000: could not find memoization table entry (reproducible)
List pgsql-bugs
On Wed, 22 Oct 2025 at 21:02, David Rowley <dgrowleyml@gmail.com> wrote:
>
> On Wed, 22 Oct 2025 at 20:36, Emmanuel Touzery
> <emmanuel.touzery@plandela.si> wrote:
> > When the issue occurs... With \set verbose, psql displays:
> >
> > ERROR:  XX000: could not find memoization table entry
> > LOCATION:  cache_reduce_memory, nodeMemoize.c:484
>
> Thanks for the recreation steps and dump file. I can recreate it here.
> I'm just looking now.

Are you able to confirm if you still get the error with:

SET jit_tuple_deforming TO off;

and if you do; does it still happen if you do:

SET jit TO off;

David



pgsql-bugs by date:

Previous
From: David Rowley
Date:
Subject: Re: ERROR: XX000: could not find memoization table entry (reproducible)
Next
From: "badfilez@gmail.com"
Date:
Subject: Re: PG17.6 wal apply bug (SIGSEGV)