Re: More speedups for tuple deformation - Mailing list pgsql-hackers

From David Rowley
Subject Re: More speedups for tuple deformation
Date
Msg-id CAApHDvqEavE+Fd=nmaBZmEHDugKsQhM=DmG-crr8MA5U6DNo_A@mail.gmail.com
Whole thread
In response to Re: More speedups for tuple deformation  (Alexander Lakhin <exclusion@gmail.com>)
Responses Re: More speedups for tuple deformation
Re: More speedups for tuple deformation
List pgsql-hackers
On Wed, 1 Apr 2026 at 15:00, Alexander Lakhin <exclusion@gmail.com> wrote:
> I've also found an assertion failure:
> SELECT JSON_ARRAY(VALUES (('', '')));
>
> triggers:
> TRAP: failed Assert("attlen > 0 || attlen == -1"), File: "heaptuple.c", Line: 598, PID: 2582495
>
> Could you have a look, please?

Thanks. Looking...

David



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: LLVM 22
Next
From: Bertrand Drouvot
Date:
Subject: Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler()