pgsql: Revert "TupleHashTable: store additional data along with tuple."

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "TupleHashTable: store additional data along with tuple."
Date: 2025-01-13 22:19:11
Message-ID: E1tXSm7-001MvW-HC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2025-01-13 22:35:26 Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection
Previous Message Alvaro Herrera 2025-01-13 20:46:40 Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection