Fix indentation in ExecParallelHashIncreaseNumBatches()
authorAlexander Korotkov <akorotkov@postgresql.org>
Mon, 8 Jan 2024 17:43:05 +0000 (19:43 +0200)
committerAlexander Korotkov <akorotkov@postgresql.org>
Mon, 8 Jan 2024 17:57:09 +0000 (19:57 +0200)
Backpatch-through: 12

src/backend/executor/nodeHash.c

index ce85a7725dd1197890e140ae02dcb2cc8a1800dc..e73a1d09af61ac8208c1c48dddaed9059f51ff2e 100644 (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