From: Alexander Korotkov Date: Mon, 8 Jan 2024 17:43:05 +0000 (+0200) Subject: Fix indentation in ExecParallelHashIncreaseNumBatches() X-Git-Tag: REL_12_18~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5e2853c38db7181a35486e1865e07f73782bc99;p=thirdparty%2Fpostgresql.git Fix indentation in ExecParallelHashIncreaseNumBatches() Backpatch-through: 12 --- diff --git a/src/backend/executor/nodeHash.c b/src/backend/executor/nodeHash.c index 182aa9a216c..d70e624b674 100644 --- a/src/backend/executor/nodeHash.c +++ b/src/backend/executor/nodeHash.c @@ -1154,6 +1154,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