Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2f29f01

Browse files
committed
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.
1 parent 04d2956 commit 2f29f01

File tree

6 files changed

+220
-143
lines changed

6 files changed

+220
-143
lines changed

doc/src/sgml/ref/pg_basebackup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ PostgreSQL documentation
346346
<variablelist>
347347
<varlistentry>
348348
<term><option>-s <replaceable class="parameter">interval</replaceable></option></term>
349-
<term><option>--statusint=<replaceable class="parameter">interval</replaceable></option></term>
349+
<term><option>--status-interval=<replaceable class="parameter">interval</replaceable></option></term>
350350
<listitem>
351351
<para>
352352
Specifies the number of seconds between status packets sent back to the

doc/src/sgml/ref/pg_receivexlog.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ PostgreSQL documentation
9696
<variablelist>
9797
<varlistentry>
9898
<term><option>-n</option></term>
99-
<term><option>--noloop</option></term>
99+
<term><option>--no-loop</option></term>
100100
<listitem>
101101
<para>
102102
Don't loop on connection errors. Instead, exit right away with
@@ -124,7 +124,7 @@ PostgreSQL documentation
124124
<variablelist>
125125
<varlistentry>
126126
<term><option>-s <replaceable class="parameter">interval</replaceable></option></term>
127-
<term><option>--statusint=<replaceable class="parameter">interval</replaceable></option></term>
127+
<term><option>--status-interval=<replaceable class="parameter">interval</replaceable></option></term>
128128
<listitem>
129129
<para>
130130
Specifies the number of seconds between status packets sent back to the

0 commit comments

Comments
 (0)