pgsql: doc: Clarify synchronous_standby_names parameter.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify synchronous_standby_names parameter.
Date: 2025-01-09 12:06:15
Message-ID: E1tVrIl-000emR-8h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-01-09 13:17:49 pgsql: Simplify signature of RewriteTable
Previous Message Álvaro Herrera 2025-01-09 06:45:45 pgsql: Fix SLRU bank selection code