Skip to content
Snippets Groups Projects
Commit 3389a110 authored by Tom Lane's avatar Tom Lane
Browse files

Get rid of long-since-vestigial Iter node type, in favor of adding a

returns-set boolean field in Func and Oper nodes.  This allows cleaner,
more reliable tests for expressions returning sets in the planner and
parser.  For example, a WHERE clause returning a set is now detected
and complained of in the parser, not only at runtime.
parent f9e4f611
No related branches found
No related tags found
No related merge requests found
Showing
with 171 additions and 462 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment