pgsql: Doc: fix outdated protocol version.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix outdated protocol version.
Date: 2025-07-11 01:45:31
Message-ID: E1ua2pO-005gFh-34@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)jeltef(dot)nl>
Reviewed-by: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Reviewed-by: Aleksander Alekseev <aleksander(at)timescale(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-07-11 05:32:53 pgsql: Fix the handling of two GUCs during upgrade.
Previous Message Tatsuo Ishii 2025-07-11 01:30:05 pgsql: Doc: fix outdated protocol version.