Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d06d92c

Browse files
committed
Fix documentation bug related to backup history file.
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
1 parent b5b973e commit d06d92c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/backup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ restore_command = 'cp /mnt/server/archivedir/%f %p'
12581258
<para>
12591259
Not all of the requested files will be WAL segment
12601260
files; you should also expect requests for files with a suffix of
1261-
<literal>.backup</> or <literal>.history</>. Also be aware that
1261+
<literal>.history</literal>. Also be aware that
12621262
the base name of the <literal>%p</> path will be different from
12631263
<literal>%f</>; do not expect them to be interchangeable.
12641264
</para>

doc/src/sgml/high-availability.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ synchronous_standby_names = '2 (s1, s2, s3)'
14361436
processing would request a file from the WAL archive, reporting failure
14371437
if the file was unavailable. For standby processing it is normal for
14381438
the next WAL file to be unavailable, so the standby must wait for
1439-
it to appear. For files ending in <literal>.backup</> or
1439+
it to appear. For files ending in
14401440
<literal>.history</> there is no need to wait, and a non-zero return
14411441
code must be returned. A waiting <varname>restore_command</> can be
14421442
written as a custom script that loops after polling for the existence of

0 commit comments

Comments
 (0)