pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches() - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()
Date
Msg-id E1rMtvo-000V8N-Vk@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()
Next
From: Noah Misch
Date:
Subject: pgsql: Make dblink interruptible, via new libpqsrv APIs.