mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Fix code indentation vioaltion introduced in commit 3c662643c4
.
Per buildfarm member koel
This commit is contained in:
parent
6475e663b3
commit
bc6041b61f
@ -7567,11 +7567,12 @@ threadRun(void *arg)
|
|||||||
advanceConnectionState(thread, st, &aggs);
|
advanceConnectionState(thread, st, &aggs);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If --exit-on-abort is used, the program is going to exit
|
* If --exit-on-abort is used, the program is going to exit when
|
||||||
* when any client is aborted.
|
* any client is aborted.
|
||||||
*/
|
*/
|
||||||
if (exit_on_abort && st->state == CSTATE_ABORTED)
|
if (exit_on_abort && st->state == CSTATE_ABORTED)
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If advanceConnectionState changed client to finished state,
|
* If advanceConnectionState changed client to finished state,
|
||||||
* that's one fewer client that remains.
|
* that's one fewer client that remains.
|
||||||
|
Loading…
Reference in New Issue
Block a user