pgsql: Make pg_upgrade output more consistent with project style

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make pg_upgrade output more consistent with project style
Дата
Msg-id E1QgUO3-0001jL-WD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make pg_upgrade output more consistent with project style

Add errno-based output to error messages where appropriate, reformat
blocks to about 72 characters per line, use spaces instead of tabs for
indentation, and other style adjustments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/912bc4f038b3daaea4477c4b4e79fbd8c15e67a0

Modified Files
--------------
contrib/pg_upgrade/check.c           |   77 ++++++++++-----------
contrib/pg_upgrade/controldata.c     |    8 +-
contrib/pg_upgrade/dump.c            |    6 +-
contrib/pg_upgrade/exec.c            |   18 +++---
contrib/pg_upgrade/file.c            |   10 ++--
contrib/pg_upgrade/function.c        |   17 ++---
contrib/pg_upgrade/info.c            |    8 +-
contrib/pg_upgrade/option.c          |    4 +-
contrib/pg_upgrade/page.c            |    6 +-
contrib/pg_upgrade/pg_upgrade.c      |    8 +-
contrib/pg_upgrade/relfilenode.c     |   16 ++--
contrib/pg_upgrade/server.c          |    4 +-
contrib/pg_upgrade/version.c         |   24 +++----
contrib/pg_upgrade/version_old_8_3.c |  125 +++++++++++++++-------------------
14 files changed, 155 insertions(+), 176 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Add C comment that txid_current() assigns an XID if one is not a
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: perltidy run over msvc build system