mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix indentation in ExecParallelHashIncreaseNumBatches()
Backpatch-through: 12
This commit is contained in:
parent
89b69db82a
commit
6d94cc6ca1
1 changed files with 1 additions and 0 deletions
|
|
@ -1168,6 +1168,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue