pgsql: Revert "TupleHashTable: store additional data along with tuple." - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Revert "TupleHashTable: store additional data along with tuple."
Date
Msg-id E1tXSm7-001MvW-HC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert "TupleHashTable: store additional data along with tuple."

This reverts commit e0ece2a981ee9068f50c4423e303836c2585eb02 due to
performance regressions.

Reported-by: David Rowley

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b4a07f532b40a64fb4714a3f7ab6063435411edb

Modified Files
--------------
src/backend/executor/execGrouping.c | 57 ++-----------------------------------
src/backend/executor/nodeAgg.c      | 20 +++++++------
src/backend/executor/nodeSetOp.c    | 17 ++++++-----
src/backend/executor/nodeSubplan.c  |  2 +-
src/include/executor/executor.h     |  3 --
src/include/nodes/execnodes.h       | 10 +++++--
6 files changed, 31 insertions(+), 78 deletions(-)


pgsql-committers by date:

Previous
From: Melanie Plageman
Date:
Subject: pgsql: Reorder vacuum GUCs in postgresql.conf.sample to match docs
Next
From: Michael Paquier
Date:
Subject: pgsql: Make pg_stat_io count IOs as bytes instead of blocks for some op