diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-04-27 07:33:33 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-04-27 07:37:40 -0400 |
commit | 59eb55127906b943ff155240eebc161df8edb62f (patch) | |
tree | b5aecf40d1ebf8e6f46c83d81a319d510aeea073 /src/backend/nodes/nodeFuncs.c | |
parent | 72a98a639574d2e25ed94652848555900c81a799 (diff) | |
download | postgresql-59eb55127906b943ff155240eebc161df8edb62f.tar.gz postgresql-59eb55127906b943ff155240eebc161df8edb62f.zip |
Fix EXPLAIN VERBOSE output for parallel aggregate.
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.
Diffstat (limited to 'src/backend/nodes/nodeFuncs.c')
0 files changed, 0 insertions, 0 deletions