]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix LookupTupleHashEntryHash() pipeline-stall issue.
authorJeff Davis <jdavis@postgresql.org>
Sun, 26 Jul 2020 21:55:52 +0000 (14:55 -0700)
committerJeff Davis <jdavis@postgresql.org>
Sun, 26 Jul 2020 23:08:41 +0000 (16:08 -0700)
commit7f5f2249b27a46a4d91d6be5aff188ca67719fa7
tree0c89edc111ee7eb1cbd606cfe8c3cb4d465f4a68
parent21b0055359f036e3ba22402d14536431dd39242e
Fix LookupTupleHashEntryHash() pipeline-stall issue.

Refactor hash lookups in nodeAgg.c to improve performance.

Author: Andres Freund and Jeff Davis
Discussion: https://postgr.es/m/20200612213715.op4ye4q7gktqvpuo%40alap3.anarazel.de
Backpatch-through: 13
src/backend/executor/execGrouping.c
src/backend/executor/nodeAgg.c
src/backend/executor/nodeRecursiveunion.c
src/backend/executor/nodeSetOp.c
src/backend/executor/nodeSubplan.c
src/include/executor/executor.h