pgsql: doc: Expand upon protocol versions and extensions - Mailing list pgsql-committers

From Jacob Champion
Subject pgsql: doc: Expand upon protocol versions and extensions
Date
Msg-id E1voQy7-001Wl4-2m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Expand upon protocol versions and extensions

First, split the Protocol Versions table in two, and lead with the list
of versions that are supported today. Reserved and unsupported version
numbers go into the second table.

Second, in anticipation of a new (reserved) protocol extension, document
the extension negotiation process alongside version negotiation, and add
the corresponding tables for future extension parameter registrations.

Reviewed-by: Jelte Fennema-Nio <postgres@jeltef.nl>
Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>
Discussion: https://postgr.es/m/DDPR5BPWH1RJ.1LWAK6QAURVAY%40jeltef.nl

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e3d37853ecd51c87976df7ea5c5d641f45668370

Modified Files
--------------
doc/src/sgml/protocol.sgml | 108 ++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 98 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 18.2.
Next
From: Jacob Champion
Date:
Subject: pgsql: Protect against small overread in SASLprep validation