File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -306,8 +306,8 @@ PostgreSQL documentation
306
306
backup will fail and be unusable.
307
307
</para>
308
308
<para>
309
- The write-ahead log files will be written to
310
- the <filename>base.tar</filename> file.
309
+ When tar format mode is used, the write-ahead log files will be
310
+ written to the <filename>base.tar</filename> file.
311
311
</para>
312
312
</listitem>
313
313
</varlistentry>
@@ -326,9 +326,10 @@ PostgreSQL documentation
326
326
requires no extra write-ahead logs to be saved on the master.
327
327
</para>
328
328
<para>
329
- The write-ahead log files are written to a separate file
330
- named <filename>pg_wal.tar</filename> (if the server is a version
331
- earlier than 10, the file will be named <filename>pg_xlog.tar</filename>).
329
+ When tar format mode is used, the write-ahead log files will be
330
+ written to a separate file named <filename>pg_wal.tar</filename>
331
+ (if the server is a version earlier than 10, the file will be named
332
+ <filename>pg_xlog.tar</filename>).
332
333
</para>
333
334
<para>
334
335
This value is the default.
You can’t perform that action at this time.
0 commit comments