pgsql: Fix some documentation in pg_rewind - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some documentation in pg_rewind
Date
Msg-id E1hCDpQ-0007wX-S1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix some documentation in pg_rewind

A confusion which comes a lot from users is that it is necessary to
issue a checkpoint on a freshly-promoted standby so as its control file
has up-to-date timeline information which is used by pg_rewind to
validate the operation.  Let's document that properly.  This is
back-patched down to 9.5 where pg_rewind has been introduced.

Author: Michael Paquier
Reviewed-by: Magnus Hagander
Discussion: https://postgr.es/m/CABUevEz5bpvbwVsYCaSMV80CBZ5-82nkMzbb+Bu=h1m=rLdn=g@mail.gmail.com
Backpatch-through: 9.5

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7ff7c0d7b71c6ec638549c3accd54ccdddf3232e

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Harden tableam against nonexistant / wrong kind of AMs.
Next
From: David Rowley
Date:
Subject: Re: pgsql: Generated columns