Re: Assert failure in base_yyparse - Mailing list pgsql-hackers

From Richard Guo
Subject Re: Assert failure in base_yyparse
Date
Msg-id CAMbWs48Yke_OP--d+MVDun2Xt5tT2ReYO0_UvsRZf2eGwk_C5w@mail.gmail.com
Whole thread Raw
In response to Re: Assert failure in base_yyparse  (Alvaro Herrera <alvherre@kurilemu.de>)
List pgsql-hackers
On Thu, May 15, 2025 at 1:20 AM Alvaro Herrera <alvherre@kurilemu.de> wrote:
> On 2025-May-14, Richard Guo wrote:
> > Attached is a patch that implements this.  It also renames the
> > internally used option name and updates the error message.

> LGTM.

Thanks.  I've pushed this patch and backpatched it through v15.  I
didn't backpatch it to v14 or v13, as those branches don't use boolVal
to retrieve the value of the "is_not_null" option, so the assertion
failure doesn't occur there.

Thanks
Richard



pgsql-hackers by date:

Previous
From: Daniil Davydov
Date:
Subject: [BUG] Skipped initialization of some xl_xact_parsed_prepare fields
Next
From: Aleksander Alekseev
Date:
Subject: Re: Should we optimize the `ORDER BY random() LIMIT x` case?