]> granicus.if.org Git - postgresql/commit
pg_basebackup: stylistic adjustments
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 31 Jul 2012 14:09:16 +0000 (10:09 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 31 Jul 2012 15:02:21 +0000 (11:02 -0400)
commit65f33352494cccf70ab512c5c6d1637b31a13364
treee924bc7fcf7277ec277ec78ffae39d9263e9bfc3
parent776bdc4c5c019a9556a6622a01a406c6c0fec4c9
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.
doc/src/sgml/ref/pg_basebackup.sgml
doc/src/sgml/ref/pg_receivexlog.sgml
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/pg_receivexlog.c
src/bin/pg_basebackup/receivelog.c
src/bin/pg_basebackup/streamutil.c