pgsql: Run pgindent on xlog.c. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Run pgindent on xlog.c.
Date
Msg-id E1nKF5r-0003aD-2O@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Doc: Update documentation for modifying postgres_fdw foreign tab
Next
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Split xlog.c into xlog.c and xlogrecovery.c.