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
Discussion: https://postgr.es/m/18663-
b02f75cb919f1b60@postgresql.org
wait for replies from,
and standby_name
is the name of a standby server.
+ num_sync
+ must be an integer value greater than zero.
FIRST and ANY specify the method to choose
synchronous standbys from the listed servers.