1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

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
This commit is contained in:
Tatsuo Ishii
2025-07-11 10:22:09 +09:00
parent afb64a56d9
commit a1973e5466

View File

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