Обсуждение: 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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/340ae3cfb8f38a49664c0da3ff033346e92f0450

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