pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()
Date: 2024-01-08 17:57:47
Message-ID: E1rMtsh-000V3E-HM@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation in ExecParallelHashIncreaseNumBatches()

Backpatch-through: 12

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6eecc3a622b2db39417e5457735420468b89897e

Modified Files
--------------
src/backend/executor/nodeHash.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-01-08 17:57:56 pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()
Previous Message Tom Lane 2024-01-08 16:48:49 pgsql: Allow examine_simple_variable() to work on INSERT RETURNING Vars