pgsql: Fix code indentation vioaltion introduced in commit 3c662643c4.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix code indentation vioaltion introduced in commit 3c662643c4.
Date: 2023-08-30 07:09:12
Message-ID: E1qbFKC-001df2-76@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix code indentation vioaltion introduced in commit 3c662643c4.

Per buildfarm member koel

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bc6041b61f6678d32a5cfb70744653cd8f8d01c0

Modified Files
--------------
src/bin/pgbench/pgbench.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2023-08-30 08:21:34 pgsql: postgres_fdw: Fix test for parameterized foreign scan.
Previous Message Tatsuo Ishii 2023-08-30 04:23:20 Re: pgsql: Allow pgbench to exit immediately when any client is aborted.