Avoid allocating unnecessary zero-sized array.
Jeff Davis <jdavis@postgresql.org>
Avoid allocating unnecessary zero-sized array. If there are no aggregates, there is no need to allocate an array of zero AggStatePerGroupData elements.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeAgg.c | modified | +22 −7 |