pgsql: Fix documentation bug related to backup history file.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix documentation bug related to backup history file.
Date: 2018-06-26 15:53:24
Message-ID: E1fXqHU-0006x7-DK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2018-06-26 15:53:40 pgsql: Fix documentation bug related to backup history file.
Previous Message Alvaro Herrera 2018-06-26 14:42:48 pgsql: Allow direct lookups of AppendRelInfo by child relid