From: Alexander Korotkov Date: Mon, 8 Jan 2024 17:43:05 +0000 (+0200) Subject: Fix indentation in ExecParallelHashIncreaseNumBatches() X-Git-Tag: REL_17_BETA1~1164 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=6d94cc6ca1b775335f58527ece6c12d74ec41bde;p=postgresql.git Fix indentation in ExecParallelHashIncreaseNumBatches() Backpatch-through: 12 --- diff --git a/src/backend/executor/nodeHash.c b/src/backend/executor/nodeHash.c index 6e5297a159b..f90e16ede8a 100644 --- a/src/backend/executor/nodeHash.c +++ b/src/backend/executor/nodeHash.c @@ -1168,6 +1168,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