aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-04-27 07:33:33 -0400
committerRobert Haas <rhaas@postgresql.org>2016-04-27 07:37:40 -0400
commit59eb55127906b943ff155240eebc161df8edb62f (patch)
treeb5aecf40d1ebf8e6f46c83d81a319d510aeea073 /src/backend/executor
parent72a98a639574d2e25ed94652848555900c81a799 (diff)
downloadpostgresql-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/executor')
0 files changed, 0 insertions, 0 deletions