pgsql: pg_basebackup: stylistic adjustments

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_basebackup: stylistic adjustments
Date: 2012-07-31 15:06:04
Message-ID: E1SwE1M-0004lH-KL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_basebackup: stylistic adjustments

The most user-visible part of this is to change the long options
--statusint and --noloop to --status-interval and --no-loop,
respectively, per discussion.

Also, consistently enclose file names in double quotes, per our
conventions; and consistently use the term "transaction log file" to
talk about WAL segments. (Someday we may need to go over this
terminology and make it consistent across the whole source code.)

Finally, reflow the code to better fit in 80 columns, and have pgindent
fix it up some more.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2f29f011c82310235c8dfb25f7e648601276a802

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml | 2 +-
doc/src/sgml/ref/pg_receivexlog.sgml | 4 +-
src/bin/pg_basebackup/pg_basebackup.c | 185 ++++++++++++++++++++------------
src/bin/pg_basebackup/pg_receivexlog.c | 74 +++++++------
src/bin/pg_basebackup/receivelog.c | 92 ++++++++++------
src/bin/pg_basebackup/streamutil.c | 6 +-
6 files changed, 220 insertions(+), 143 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-07-31 18:38:02 pgsql: Fix syslogger so that log_truncate_on_rotation works in the firs
Previous Message Bruce Momjian 2012-07-30 14:16:14 pgsql: Now that the diskchecker.pl author has updated the download link