projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6475e66
)
Fix code indentation vioaltion introduced in commit 3c662643c4.
author
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 30 Aug 2023 06:56:22 +0000
(15:56 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Wed, 30 Aug 2023 06:56:22 +0000
(15:56 +0900)
Per buildfarm member koel
src/bin/pgbench/pgbench.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pgbench/pgbench.c
b/src/bin/pgbench/pgbench.c
index 617b2023b18a7fb7cb731bd811ca400cc9a506b5..713e8a06bb5d3b4647d697f9ae3682f20172f153 100644
(file)
--- a/
src/bin/pgbench/pgbench.c
+++ b/
src/bin/pgbench/pgbench.c
@@
-7567,11
+7567,12
@@
threadRun(void *arg)
advanceConnectionState(thread, st, &aggs);
/*
- * If --exit-on-abort is used, the program is going to exit
- *
when
any client is aborted.
+ * If --exit-on-abort is used, the program is going to exit
when
+ * any client is aborted.
*/
if (exit_on_abort && st->state == CSTATE_ABORTED)
goto done;
+
/*
* If advanceConnectionState changed client to finished state,
* that's one fewer client that remains.