Fix indentation in ExecParallelHashIncreaseNumBatches()

Backpatch-through: 12
REL_14_STABLE
Alexander Korotkov 2 years ago
parent 90e8b86fc5
commit 97e64911da
  1. 1
      src/backend/executor/nodeHash.c

@ -1175,6 +1175,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…
Cancel
Save