DOC: minor change of wording in archive-push and archive-get

This commit is contained in:
Grigory Smolkin
2020-05-21 16:47:15 +03:00
parent 0b1ae536be
commit 4609347796
+8 -8
View File
@@ -4055,10 +4055,10 @@ pg_probackup archive-push -B <replaceable>backup_dir</replaceable> --instance <r
corruption. corruption.
</para> </para>
<para> <para>
To speed up archiving, you can specify the <option>-j</option> option To speed up archiving, you can specify the <option>--batch-size</option> option
to run <command>archive-push</command> on multiple threads. to copy WAL segments in batches of the specified size.
If you provide the <option>--batch-size</option> option, WAL files If <option>--batch-size</option> option is used, then you can also specify
will be copied in batches of the specified size. the <option>-j</option> option to copy the batch of WAL segments on multiple threads.
</para> </para>
<para> <para>
WAL segments copied to the archive are synced to disk unless WAL segments copied to the archive are synced to disk unless
@@ -4096,10 +4096,10 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
</para> </para>
<para> <para>
To speed up recovery, you can specify the <option>-j</option> option To speed up recovery, you can specify the <option>--batch-size</option> option
to run <command>archive-get</command> on multiple threads. to copy WAL segments in batches of the specified size.
If you provide the <option>--batch-size</option> option, WAL segments If <option>--batch-size</option> option is used, then you can also specify
will be copied in batches of the specified size. the <option>-j</option> option to copy the batch of WAL segments on multiple threads.
</para> </para>
<para> <para>