Обсуждение: pgsql: Make pg_upgrade output more consistent with project style

Поиск
Список
Период
Сортировка

pgsql: Make pg_upgrade output more consistent with project style

От
Peter Eisentraut
Дата:
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(-)