pgsql: Rework documentation of pg_promote - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Rework documentation of pg_promote
Date
Msg-id E1gOb3n-0001bf-47@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rework documentation of pg_promote

This clarifies the behavior of how the "wait" flag works, which is
something that the previous version of the documentation failed to do.

Author: Ian Barwick
Discussion: https://postgr.es/m/cbd38450-2295-10a1-1f73-591a692ae0b0@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/74171f8c12e68408f1fa895fdee36fdc8b0a9f79

Modified Files
--------------
doc/src/sgml/func.sgml | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove unnecessary memcpy when reading WAL record fitting onpag
Next
From: Thomas Munro
Date:
Subject: pgsql: Don't forget about failed fsync() requests.