Re: ri_Fast* crash w/ nullable UNIQUE constraint - Mailing list pgsql-hackers

From Noah Misch
Subject Re: ri_Fast* crash w/ nullable UNIQUE constraint
Date
Msg-id 20260705214720.33@rfd.leadboat.com
Whole thread
In response to ri_Fast* crash w/ nullable UNIQUE constraint  (Noah Misch <noah@leadboat.com>)
Responses Re: ri_Fast* crash w/ nullable UNIQUE constraint
List pgsql-hackers
On Sun, Jul 05, 2026 at 02:05:33PM -0700, Noah Misch wrote:
> attached demo patch shows a crash from this.  I had Opus 4.8 write the demo,
> and it included a fix that I've not vetted.  But I've vetted that reverting
> the src/backend changes and running "make -C src/test/isolation check" does
> see the crash:
> 
>   TRAP: failed Assert("!isnull[i]"), File: "ri_triggers.c", Line: 3431, PID: 297407

Here's the attachment I forgot.

Attachment

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: ri_Fast* crash w/ nullable UNIQUE constraint
Next
From: David Rowley
Date:
Subject: Re: Fixing MSVC's inability to detect elog(ERROR) does not return