pgsql: doc: Fix confusing description of streaming option in START_REPL - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Fix confusing description of streaming option in START_REPL
Date
Msg-id E1ubpB7-006UQB-2h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix confusing description of streaming option in START_REPLICATION.

Previously, the documentation described the streaming option as a boolean,
which is outdated since it's no longer a boolean as of protocol version 4.
This could confuse users.

This commit updates the description to remove the "boolean" reference and
clearly list the valid values for the streaming option.

Back-patch to v16, where the streaming option changed to a non-boolean.

Author: Euler Taveira <euler@eulerto.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/8d21fb98-5c25-4dee-8387-e5a62b01ea7d@app.fastmail.com
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/09fcc652fefdb58e9cb729e8a604607d8805140c

Modified Files
--------------
doc/src/sgml/protocol.sgml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Clarify that total_vacuum_time excludes VACUUM FULL.
Next
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix confusing description of streaming option in START_REPL