| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Make pg_upgrade output more consistent with project style |
| Date: | 2011-07-12 04:15:55 |
| Message-ID: | E1QgUO3-0001jL-WD@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2011-07-12 12:26:59 | Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID |
| Previous Message | Bruce Momjian | 2011-07-12 01:34:18 | Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID |