Re: [HACKERS] Non-text EXPLAIN output for partial aggregation
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
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", + ...