pgsql: Run pgindent on xlog.c.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Run pgindent on xlog.c.
Дата
Msg-id E1nKF5r-0003aD-2O@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: Doc: Update documentation for modifying postgres_fdw foreign tab
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Split xlog.c into xlog.c and xlogrecovery.c.