pgsql: Skip allocating hash table in EXPLAIN-only mode.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Skip allocating hash table in EXPLAIN-only mode.
Date: 2020-11-18 10:40:14
Message-ID: E1kfKso-0002lr-4O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Skip allocating hash table in EXPLAIN-only mode.

Author: Alexey Bashtanov
Discussion: https://www.postgresql.org/message-id/36823f65-050d-ae24-aa4d-a37726998240%40imap.cc

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2cccb627f10d5dd4c21806fa251e4fb61eadd28c

Modified Files
--------------
src/backend/executor/nodeAgg.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-11-18 16:26:04 pgsql: Relax lock level for setting PGPROC->statusFlags
Previous Message Heikki Linnakangas 2020-11-18 08:32:16 pgsql: docs: Clarify that signal functions have no feedback.