pgsql: Doc: fix outdated protocol version. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Doc: fix outdated protocol version.
Date
Msg-id E1ua2pO-005gFh-34@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix outdated protocol version.

In the description of StartupMessage, the protocol version was left
3.0. Instead of just updating it, this commit removes the hard coded
protocol version and shows the numbers as an example. This makes that
the part of the doc does not need to be updated when the version is
changed in the future.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4cff01c4a3472ecd2a53f957f13ab20a2970db4c

Modified Files
--------------
doc/src/sgml/protocol.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: Doc: fix outdated protocol version.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix the handling of two GUCs during upgrade.