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 18:01:00
Message-ID: E1rMtvo-000V8N-Vk@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation in ExecParallelHashIncreaseNumBatches()

Backpatch-through: 12

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2024-01-08 19:41:28 pgsql: Remove excess #include "utils/wait_event.h".
Previous Message Alexander Korotkov 2024-01-08 17:59:06 pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()