Fix documentation bug related to backup history file.

Fujii Masao <fujii@postgresql.org>

Commit: 09879f7536350e53ca21319b80430fb244bddfe7
Author: Fujii Masao <fujii@postgresql.org>
Date: 2018-06-26T15:49:47Z
Releases: 10.5
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

Files

PathChange+/−
doc/src/sgml/backup.sgml modified +1 −1
doc/src/sgml/high-availability.sgml modified +1 −1

Documentation touched

Discussion