pgsql: process startup: auxprocess: reindent block

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: process startup: auxprocess: reindent block
Date: 2021-08-05 19:26:25
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

process startup: auxprocess: reindent block

Kept separate for ease of review, particularly because pgindent insists on
reflowing a few comments.

Author: Andres Freund <andres(at)anarazel(dot)de>
Reviewed-By: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Reviewed-By: Robert Haas <robertmhaas(at)gmail(dot)com>
Discussion: https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/27f790346621e1db3cc0305e7ae2b2cbfb537aa6

Modified Files
--------------
src/backend/bootstrap/bootstrap.c | 66 +++++++++++++++++++--------------------
1 file changed, 32 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-08-05 19:36:30 pgsql: process startup: Centralize pgwin32_signal_initialize() calls.
Previous Message Andrew Dunstan 2021-08-05 15:49:01 Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre