pgsql: Run pgindent on xlog.c.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Run pgindent on xlog.c.
Date: 2022-02-16 07:51:19
Message-ID: E1nKF5r-0003aD-2O@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run pgindent on xlog.c.

To tidy up after some recent refactorings in xlog.c. These would be
fixed by the pgindent run we do at the end of the development cycle,
but I want to clean these up now as I'm about to do some more big
refactorings on xlog.c.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d231be00cbf29bf24e5b4fc79e587982bbc00ebb

Modified Files
--------------
src/backend/access/transam/xlog.c | 94 +++++++++++++++++++--------------------
1 file changed, 47 insertions(+), 47 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2022-02-16 09:15:57 Re: pgsql: Split xlog.c into xlog.c and xlogrecovery.c.
Previous Message Etsuro Fujita 2022-02-16 06:24:15 pgsql: Doc: Update documentation for modifying postgres_fdw foreign tab