Create accessor functions for TupleHashEntry.
Jeff Davis <jdavis@postgresql.org>
Create accessor functions for TupleHashEntry. Refactor for upcoming optimizations. Reviewed-by: David Rowley <dgrowleyml@gmail.com> Discussion: https://postgr.es/m/1cc3b400a0e8eead18ff967436fa9e42c0c14cfb.camel@j-davis.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execGrouping.c | modified | +10 −4 |
| src/backend/executor/nodeAgg.c | modified | +15 −17 |
| src/backend/executor/nodeSetOp.c | modified | +22 −11 |
| src/backend/executor/nodeSubplan.c | modified | +1 −1 |
| src/include/executor/executor.h | modified | +34 −0 |
| src/include/nodes/execnodes.h | modified | +1 −0 |
Discussion
- Reduce TupleHashEntryData struct size by half 21 messages · 2024-11-18 → 2025-06-13