]> 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:57:15 +0000 (14:57 +0200)
commit02a2dbe91d37e521fb0dbeebc79ee9edd051f950
tree732c82b6a444f4e077f3c695e91d40ce09d2c4c8
parente7abc1111634f51dfb653fc95bb13cbf2468c466
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