Re: Assert failure in base_yyparse

Richard Guo <guofenglinux@gmail.com>

From: Richard Guo <guofenglinux@gmail.com>
To: Alvaro Herrera <alvherre@kurilemu.de>
Cc: Евгений Горбанев <gorbanyoves@basealt.ru>, pgsql-hackers@lists.postgresql.org
Date: 2025-05-15T08:55:08Z
Lists: 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



Commits

  1. Fix Assert failure in XMLTABLE parser