protocol.patch

application/octet-stream

Filename: protocol.patch
Type: application/octet-stream
Part: 0
Message: Correct documentation for protocol version

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/protocol.sgml 2 2
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index a746c967053..2c525bd520d 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -5336,8 +5336,8 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
        <term>Int32</term>
        <listitem>
         <para>
-         Newest minor protocol version supported by the server
-         for the major protocol version requested by the client.
+         Newest major and minor version supported by the server.
+         Major is in the upper 16 bits and the lower in the low 16 bits.
         </para>
        </listitem>
       </varlistentry>