mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix indentation in ExecParallelHashIncreaseNumBatches()
Backpatch-through: 12
This commit is contained in:
parent
90e8b86fc5
commit
97e64911da
@ -1175,6 +1175,7 @@ ExecParallelHashIncreaseNumBatches(HashJoinTable hashtable)
|
|||||||
* array.
|
* array.
|
||||||
*/
|
*/
|
||||||
dtuples = (old_batch0->ntuples * 2.0) / new_nbatch;
|
dtuples = (old_batch0->ntuples * 2.0) / new_nbatch;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We need to calculate the maximum number of buckets to
|
* We need to calculate the maximum number of buckets to
|
||||||
* stay within the MaxAllocSize boundary. Round the
|
* stay within the MaxAllocSize boundary. Round the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user