pgsql: Remove documentation of waiting restore_command. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Remove documentation of waiting restore_command.
Date
Msg-id E1l5IQ3-0001IH-Lj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove documentation of waiting restore_command.

Following the removal of pg_standby, also remove the documentation
section that describes how to write your own "waiting restore_command"
along the same lines.

Discussion: https://postgr.es/m/20201029024412.GP5380%40telsasoft.com
Reviewed-by: Michael Paquier <michael@paquier.xyz>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5c6d184213bb9feac0800eee1a16769bec9e8d58

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 137 ------------------------------------
1 file changed, 137 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Silence another gcc 11 warning.
Next
From: Michael Paquier
Date:
Subject: pgsql: Adjust comments of CheckRelationTableSpaceMove() and SetRelation