• Tom Lane's avatar
    Get rid of long-since-vestigial Iter node type, in favor of adding a · 3389a110
    Tom Lane authored
    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.
    3389a110
planner.c 46.3 KB