1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-20 05:13:53 +03:00

Fix indentation in ExecParallelHashIncreaseNumBatches()

Backpatch-through: 12
This commit is contained in:
Alexander Korotkov 2024-01-08 19:43:05 +02:00
parent cf6f802bf5
commit 20a566cd43

View File

@ -1173,6 +1173,7 @@ ExecParallelHashIncreaseNumBatches(HashJoinTable hashtable)
* array.
*/
dtuples = (old_batch0->ntuples * 2.0) / new_nbatch;
/*
* We need to calculate the maximum number of buckets to
* stay within the MaxAllocSize boundary. Round the