• Robert Haas's avatar
    Fix EXPLAIN VERBOSE output for parallel aggregate. · 59eb5512
    Robert Haas authored
    The way that PartialAggregate and FinalizeAggregate plan nodes were
    displaying output columns before was bogus.  Now, FinalizeAggregate
    produces the same outputs as an Aggregate would have produced, while
    PartialAggregate produces each of those outputs prefixed by the word
    PARTIAL.
    
    Discussion: 12585.1460737650@sss.pgh.pa.us
    
    Patch by me, reviewed by David Rowley.
    59eb5512
outfuncs.c 87.3 KB