]> granicus.if.org Git - postgresql/commitdiff
Fix documentation bug related to backup history file.
authorFujii Masao <fujii@postgresql.org>
Tue, 26 Jun 2018 15:45:21 +0000 (00:45 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 26 Jun 2018 15:51:32 +0000 (00:51 +0900)
The backup history file has been no longer necessary for recovery
since the version 9.0. It's now basically just for informational purpose.
But previously the documentations still described that a recovery
requests the backup history file to proceed. The commit fixes this
documentation bug.

Back-patch to all supported versions.

Author: Yugo Nagata
Reviewed-by: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20180626174752.0ce505e3.nagata@sraoss.co.jp

doc/src/sgml/backup.sgml
doc/src/sgml/high-availability.sgml

index bfb86f42552fd573f35c89b5219eb54422162d54..02c61546deea5f4d814607b8f15a4bc8e7e7da73 100644 (file)
@@ -1122,7 +1122,7 @@ restore_command = 'cp /mnt/server/archivedir/%f %p'
    <para>
     Not all of the requested files will be WAL segment
     files; you should also expect requests for files with a suffix of
-    <literal>.backup</> or <literal>.history</>. Also be aware that
+    <literal>.history</literal>. Also be aware that
     the base name of the <literal>%p</> path will be different from
     <literal>%f</>; do not expect them to be interchangeable.
    </para>
index f1819b0bf7075c88e095e89f004cb7d9f2900849..35daf0103a862e4ef190f2226644da0ac0a73987 100644 (file)
@@ -1383,7 +1383,7 @@ primary_slot_name = 'node_a_slot'
     processing would request a file from the WAL archive, reporting failure
     if the file was unavailable.  For standby processing it is normal for
     the next WAL file to be unavailable, so the standby must wait for
-    it to appear. For files ending in <literal>.backup</> or
+    it to appear. For files ending in 
     <literal>.history</> there is no need to wait, and a non-zero return
     code must be returned. A waiting <varname>restore_command</> can be
     written as a custom script that loops after polling for the existence of