On Sat, Sep 26, 2015 at 12:38 PM, Amit Kapila <
amit.kapila16@gmail.com> wrote:
>
> On Sat, Sep 26, 2015 at 6:07 AM, Robert Haas <
robertmhaas@gmail.com> wrote:
> >
>
> > Assuming I'm not confused, I'm planning to see about fixing this...
> >
>
> Can't we just traverse the queryDesc->planstate tree and fetch/add
> all the instrument information if there are multiple nodes?
>
I think the above suggestion made by me won't work, because we want
this information per node basis in master as Explain will display each
node's information separately.