From 1bb00e792fbefa1dcf6e72fddb7baac1400c4dee Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Sat, 6 Jun 2026 18:51:59 -0700 Subject: [PATCH] Protocol negotiation sends full version instead of minor --- doc/src/sgml/protocol.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 49f81676712..87dbc09af07 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -602,8 +602,8 @@ The server does not support the minor protocol version requested by the client, but does support an earlier version of the protocol; - this message indicates the highest supported minor version. This - message will also be sent if the client requested unsupported protocol + this message indicates the highest supported version. This message + will also be sent if the client requested unsupported protocol options (i.e., beginning with _pq_.) in the startup packet. @@ -5450,8 +5450,8 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" Int32 - Newest minor protocol version supported by the server - for the major protocol version requested by the client. + Newest protocol version supported by the server for the + major protocol version requested by the client. -- 2.54.0