• Tom Lane's avatar
    Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code · b19adc1a
    Tom Lane authored
    that used to do it in planner.  That was an ancient kluge that was
    never satisfactory; errors should be detected at parse time when possible.
    But at the time we didn't have the support mechanism (expression_tree_walker
    et al) to make it convenient to do in the parser.
    b19adc1a
clauses.c 77.4 KB