pgsql: Fix documentation bug related to backup history file. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix documentation bug related to backup history file.
Date
Msg-id E1fXqIB-0006yq-PR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ef2deca1b77ebcbd554eaa8dfcd5e653ea67593b

Modified Files
--------------
doc/src/sgml/backup.sgml            | 2 +-
doc/src/sgml/high-availability.sgml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix documentation bug related to backup history file.
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix documentation bug related to backup history file.