pgsql: process startup: auxprocess: reindent block - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: process startup: auxprocess: reindent block
Date
Msg-id E1mBj0b-0007aX-74@gemulon.postgresql.org
Whole thread Raw
List 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@anarazel.de>
Reviewed-By: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reviewed-By: Robert Haas <robertmhaas@gmail.com>
Discussion: https://postgr.es/m/20210802164124.ufo5buo4apl6yuvs@alap3.anarazel.de

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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre
Next
From: Andres Freund
Date:
Subject: pgsql: process startup: Centralize pgwin32_signal_initialize() calls.