File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -347,8 +347,8 @@ PostgreSQL documentation
347
347
backup will fail and be unusable.
348
348
</para>
349
349
<para>
350
- The write-ahead log files will be written to
351
- the <filename>base.tar</filename> file.
350
+ When tar format mode is used, the write-ahead log files will be
351
+ written to the <filename>base.tar</filename> file.
352
352
</para>
353
353
</listitem>
354
354
</varlistentry>
@@ -367,9 +367,10 @@ PostgreSQL documentation
367
367
requires no extra write-ahead logs to be saved on the master.
368
368
</para>
369
369
<para>
370
- The write-ahead log files are written to a separate file
371
- named <filename>pg_wal.tar</filename> (if the server is a version
372
- earlier than 10, the file will be named <filename>pg_xlog.tar</filename>).
370
+ When tar format mode is used, the write-ahead log files will be
371
+ written to a separate file named <filename>pg_wal.tar</filename>
372
+ (if the server is a version earlier than 10, the file will be named
373
+ <filename>pg_xlog.tar</filename>).
373
374
</para>
374
375
<para>
375
376
This value is the default.
You can’t perform that action at this time.
0 commit comments