]> granicus.if.org Git - postgresql/commit
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:07 +0000 (00:51 +0900)
commitd06d92cd2d5e3c3dd893ee0d82d14d1f8adbc82b
tree9d462033ee4e7d1bdd9555412a4a99a03d319a7d
parentb5b973ef0ba736c7c002f0907014d3115471644e
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
doc/src/sgml/backup.sgml
doc/src/sgml/high-availability.sgml