]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix oversized memory allocation in Parallel Hash Join
authorAlexander Korotkov <akorotkov@postgresql.org>
Sun, 7 Jan 2024 07:03:55 +0000 (09:03 +0200)
committerAlexander Korotkov <akorotkov@postgresql.org>
Sun, 7 Jan 2024 07:10:40 +0000 (09:10 +0200)
commit1a7c03e6fc75d2a5ee4893252d47f0549f078494
tree1a23af50e8e71eddbaf240c50df717270e0fea4a
parent596eeb10972b30d3c3d6f8368b33378837bcd261
Fix oversized memory allocation in Parallel Hash Join

During the calculations of the maximum for the number of buckets, take into
account that later we round that to the next power of 2.

Reported-by: Karen Talarico
Bug: #16925
Discussion: https://postgr.es/m/16925-ec96d83529d0d629%40postgresql.org
Author: Thomas Munro, Andrei Lepikhov, Alexander Korotkov
Reviewed-by: Alena Rybakina
Backpatch-through: 12
src/backend/executor/nodeHash.c