mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix code indentation vioaltion introduced in commit 3c662643c4
.
Per buildfarm member koel
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user