]> 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:58 +0000 (19:57 +0200)
Backpatch-through: 12

src/backend/executor/nodeHash.c

index 40ddfa32d599f1dfe426626938de1b5e63363eac..945ac5067e2ec8947aec6493953e4fe1e665f213 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