Revert "TupleHashTable: store additional data along with tuple."
Jeff Davis <jdavis@postgresql.org>
Revert "TupleHashTable: store additional data along with tuple." This reverts commit e0ece2a981ee9068f50c4423e303836c2585eb02 due to performance regressions. Reported-by: David Rowley
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execGrouping.c | modified | +2 −55 |
| src/backend/executor/nodeAgg.c | modified | +12 −8 |
| src/backend/executor/nodeSetOp.c | modified | +8 −9 |
| src/backend/executor/nodeSubplan.c | modified | +1 −1 |
| src/include/executor/executor.h | modified | +0 −3 |
| src/include/nodes/execnodes.h | modified | +8 −2 |