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 @@ -306,8 +306,8 @@ PostgreSQL documentation
306306 backup will fail and be unusable.
307307 </para>
308308 <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.
311311 </para>
312312 </listitem>
313313 </varlistentry>
@@ -326,9 +326,10 @@ PostgreSQL documentation
326326 requires no extra write-ahead logs to be saved on the master.
327327 </para>
328328 <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>).
332333 </para>
333334 <para>
334335 This value is the default.
You can’t perform that action at this time.
0 commit comments