Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6313a76

Browse files
committed
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
1 parent 69ab446 commit 6313a76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4715,6 +4715,8 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
47154715
wait for replies from,
47164716
and <replaceable class="parameter">standby_name</replaceable>
47174717
is the name of a standby server.
4718+
<replaceable class="parameter">num_sync</replaceable>
4719+
must be an integer value greater than zero.
47184720
<literal>FIRST</literal> and <literal>ANY</literal> specify the method to choose
47194721
synchronous standbys from the listed servers.
47204722
</para>

0 commit comments

Comments
 (0)