pgsql: doc: Clarify synchronous_standby_names parameter. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Clarify synchronous_standby_names parameter.
Date
Msg-id E1tVrIl-000emR-8h@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Clarify synchronous_standby_names parameter.

The synchronous_standby_names GUC allows specifying num_sync,
the number of synchronous standbys transactions must wait for
replies from. This value must be an integer greater than zero.
This commit updates the documentation to clarify this requirement.

Reported-by: Asphator <asphator@gmail.com>
Discussion: https://postgr.es/m/18663-b02f75cb919f1b60@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6313a76b355e3640aba4cc80456a65c2bbc55a80

Modified Files
--------------
doc/src/sgml/config.sgml | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Fix SLRU bank selection code
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Simplify signature of RewriteTable