Re: [HACKERS] Non-text EXPLAIN output for partial aggregation

2016-06-27 Thread Robert Haas
On Sun, Jun 26, 2016 at 4:25 PM, Tom Lane wrote: > I noticed that the EXPLAIN code is set up so that in non-text output > modes, you get output like this for partial-aggregate plans: > >"Node Type": "Aggregate", + >"Strategy": "Plain", + >

[HACKERS] Non-text EXPLAIN output for partial aggregation

2016-06-26 Thread Tom Lane
I noticed that the EXPLAIN code is set up so that in non-text output modes, you get output like this for partial-aggregate plans: "Node Type": "Aggregate", + "Strategy": "Plain", + "Operation": "Finalize", + ...