Re: ERROR: XX000: could not find memoization table entry (reproducible)

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Cc: Emmanuel Touzery <emmanuel(dot)touzery(at)plandela(dot)si>
Subject: Re: ERROR: XX000: could not find memoization table entry (reproducible)
Date: 2025-10-22 21:13:57
Message-ID: CAApHDvrZ6kwtxovXQAgoWBqu=9Z1nrwC2PgKq8eNFJqoJunBGA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, 23 Oct 2025 at 10:04, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> This seems to be a 1 liner fix. Basically, the zero extend should be a
> signed extend. i.e, use LLVMBuildSExt().

The patch for the 1-liner.

David

Attachment Content-Type Size
fix_jit_deform_signed_extend.patch application/octet-stream 643 bytes

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Nathan Bossart 2025-10-22 21:23:49 Re: BUG #19042: Option --help not recognized at the end of command line in pg_restore
Previous Message David Rowley 2025-10-22 21:04:55 Re: ERROR: XX000: could not find memoization table entry (reproducible)