Skip to content

Commit a1973e5

Browse files
committed
Doc: fix outdated protocol version.
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
1 parent afb64a5 commit a1973e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6081,13 +6081,13 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
60816081
</varlistentry>
60826082

60836083
<varlistentry>
6084-
<term>Int32(196608)</term>
6084+
<term>Int32(196610)</term>
60856085
<listitem>
60866086
<para>
60876087
The protocol version number. The most significant 16 bits are
60886088
the major version number (3 for the protocol described here).
60896089
The least significant 16 bits are the minor version number
6090-
(0 for the protocol described here).
6090+
(2 for the protocol described here).
60916091
</para>
60926092
</listitem>
60936093
</varlistentry>

0 commit comments

Comments
 (0)