]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Skip allocating hash table in EXPLAIN-only mode.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 20 Nov 2020 12:41:14 +0000 (14:41 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 20 Nov 2020 12:41:14 +0000 (14:41 +0200)
commit340ae3cfb8f38a49664c0da3ff033346e92f0450
tree073d79a69488e6f74c1aeca31d4475197b2e7caf
parent9e9a31bd009663bcdd5e676d6012ee691d8944b6
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
src/backend/executor/nodeAgg.c