• Tom Lane's avatar
    Now that plans have flat rangetable lists, it's a lot easier to get EXPLAIN to · 655aa5b3
    Tom Lane authored
    drill down into subplan targetlists to print the referent expression for an
    OUTER or INNER var in an upper plan node.  Hence, make it do that always, and
    banish the old hack of showing "?columnN?" when things got too complicated.
    
    Along the way, fix an EXPLAIN bug I introduced by suppressing subqueries from
    execution-time range tables: get_name_for_var_field() assumed it could look at
    rte->subquery to find out the real type of a RECORD var.  That doesn't work
    anymore, but instead we can look at the input plan of the SubqueryScan plan
    node.
    655aa5b3
ruleutils.c 139 KB