Обсуждение: pgsql: Skip allocating hash table in EXPLAIN-only mode.

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
Skip allocating hash table in EXPLAIN-only mode.

This is a backpatch of commit 2cccb627f1, backpatched due to popular
demand. Backpatch to all supported versions.

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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1dbe627fd6bf889ad117a706ff474f7382a66465

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