]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: fix outdated protocol version.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 11 Jul 2025 01:22:09 +0000 (10:22 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 11 Jul 2025 01:22:09 +0000 (10:22 +0900)
In the description of StartupMessage, the protocol version was left
3.0. This commit updates it to 3.2.

Author: Tatsuo Ishii <ishii@postgresql.org>
Reviewed-by: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: https://postgr.es/m/20250626.155608.568829483879866256.ishii%40postgresql.org

doc/src/sgml/protocol.sgml

index 82fe3f93761dc017347072f5de2ed4d9d21faebb..b2e551846325c2624f781353116b9c33a7f90c36 100644 (file)
@@ -6081,13 +6081,13 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
       </varlistentry>
 
       <varlistentry>
-       <term>Int32(196608)</term>
+       <term>Int32(196610)</term>
        <listitem>
         <para>
          The protocol version number.  The most significant 16 bits are
          the major version number (3 for the protocol described here).
          The least significant 16 bits are the minor version number
-         (0 for the protocol described here).
+         (2 for the protocol described here).
         </para>
        </listitem>
       </varlistentry>