Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f29f01

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 ourconventions; and consistently use the term "transaction log file" totalk about WAL segments. (Someday we may need to go over thisterminology and make it consistent across the whole source code.)Finally, reflow the code to better fit in 80 columns, and have pgindentfix it up some more.
1 parent04d2956 commit2f29f01

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)

[8]ページ先頭

©2009-2025 Movatter.jp