Re: Assert failure in base_yyparse
Evgeniy Gorbanev <gorbanyoves@basealt.ru>
From: Евгений Горбанев <gorbanyoves@basealt.ru>
To: Richard Guo <guofenglinux@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-03-28T10:12:37Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-usage-of-is_not_null-in-xmltable.patch (text/x-patch) patch 0001
> Also, I think IsA is a better choice for checking the node type. Agree, IsA is better. Fixed in the patch. > On Fri, Mar 28, 2025 at 6:05 PM Richard Guo <guofenglinux@gmail.com> wrote: > Hmm, I wonder if we should allow the use of the 'is_not_null' keyword > in xmltable. According to the doc, it seems that users should declare > NULL or NOT NULL for a column by specifying [NOT NULL | NULL] for the > column. > > Thanks > Richard If you replace is_not_null with NOT NULL in the query, everything works correctly. It seems that is_not_null is an incorrect keyword and it should not be used, but I don't understand how it gets here. Best regards, Evgeniy
Commits
-
Fix Assert failure in XMLTABLE parser
- 666103090f1d 15.14 landed
- d3716d4b1357 16.10 landed
- 2f48b4f075fb 17.6 landed
- fe29b2a1dab2 18.0 landed