]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
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:03 +0000 (19:57 +0200)
Backpatch-through: 12

src/backend/executor/nodeHash.c

index aeac4cbf5839bc3663f6594221f700b0305b3606..34dd9a28d95ee204cdc1956b1029e009c5936800 100644 (file)
@@ -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