warning_s_s_names.patch

application/octet-stream

Filename: warning_s_s_names.patch
Type: application/octet-stream
Part: 0
Message: Re: Quorum commit for multiple synchronous replication.

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
doc/src/sgml/config.sgml 6 0
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 2b6255e..d8a3014 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -3172,6 +3172,12 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
         as a synchronous standby.
        </para>
        <para>
+        Since the behavior of both the first syntax without
+        <literal>FIRST</literal> and the third syntax could be changed in a
+        future release, the use of <literal>FIRST</literal> and <literal>ANY</literal>
+        explicitly is recommended.
+       </para>
+       <para>
         The special entry <literal>*</> matches any standby name.
        </para>
        <para>