fix_pg_basebackup_doc.patch

text/x-patch

Filename: fix_pg_basebackup_doc.patch
Type: text/x-patch
Part: 0
Message: Stale description for pg_basebackup

Patch

Format: unified
File+
doc/src/sgml/ref/pg_basebackup.sgml 1 2
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index a3e292d44a..73d5cbeaf7 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -83,8 +83,7 @@ PostgreSQL documentation
     </listitem>
     <listitem>
      <para>
-      If you are using <literal>-X none</literal>, there is no guarantee that all
-      WAL files required for the backup are archived at the end of backup.
+      If you are using <literal>-X none</literal>, pg_basebackup may wait for a long time for all the required WAL files to be archived.  In that case, You may need to call <function>pg_switch_wal()</function> on the primary to complete it sooner.
      </para>
     </listitem>
     <listitem>