Avoid aggregating worker instrumentation multiple times.
Robert Haas <rhaas@postgresql.org>
Avoid aggregating worker instrumentation multiple times. Amit Kapila, per design ideas from me.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execParallel.c | modified | +13 −5 |
| src/backend/executor/nodeGather.c | modified | +1 −5 |
| src/include/executor/execParallel.h | modified | +2 −1 |