Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6475e66 commit bc6041bCopy full SHA for bc6041b
src/bin/pgbench/pgbench.c
@@ -7567,11 +7567,12 @@ threadRun(void *arg)
7567
advanceConnectionState(thread, st, &aggs);
7568
7569
/*
7570
- * If --exit-on-abort is used, the program is going to exit
7571
- * when any client is aborted.
+ * If --exit-on-abort is used, the program is going to exit when
+ * any client is aborted.
7572
*/
7573
if (exit_on_abort && st->state == CSTATE_ABORTED)
7574
goto done;
7575
+
7576
7577
* If advanceConnectionState changed client to finished state,
7578
* that's one fewer client that remains.
0 commit comments