pgsql: doc: Remove reference to recovery params for divergence lookup i

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: doc: Remove reference to recovery params for divergence lookup i
Дата
Msg-id E1kxTqR-0000P4-42@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Remove reference to recovery params for divergence lookup in pg_rewind

The documentation of pg_rewind mentioned the use of restore_command and
primary_conninfo as options available at startup to fetch missing WAL
segments that could be used to find the point of divergence for the
rewind.  This is confusing because when finding the point of divergence
the target cluster is offline, so this option is not available.

Issue introduced by 878bd9a, so backpatch down to 9.6.  The
documentation of 13 and HEAD was already right as this sentence has been
changed by a7e8ece when introducing -c/--restore-target-wal.

Reported-by: Amine Tengilimoglu
Discussion: https://postgr.es/m/CADTdw-w_0MP=iQrfizeU4QU5fcZb+w8P_oPeLL+WznWf0kbn3w@mail.gmail.com
Backpatch-through: 9.6

Branch
------
REL9_6_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/pg_rewind.sgml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix bogus link in test comments.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Add GUC to log long wait times on recovery conflicts.