pgsql: pqcomm.h: Explicitly reserve protocol v3.1

From: Jacob Champion <jchampion(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pqcomm.h: Explicitly reserve protocol v3.1
Date: 2026-01-23 21:08:26
Message-ID: E1vjOOH-002D6d-2y@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pqcomm.h: Explicitly reserve protocol v3.1

Document this unused version alongside the other special protocol
numbers.

Reviewed-by: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/CAOYmi%2BkKyw%3Dh-5NKqqpc7HC5M30_QmzFx3kgq2AdipyNj47nUw%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/include/libpq/pqcomm.h | 6 ++++++
src/interfaces/libpq/fe-protocol3.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2026-01-24 11:36:35 pgsql: Fix trigger transition table capture for MERGE in CTE queries.
Previous Message Nathan Bossart 2026-01-23 17:00:19 pgsql: Add missing #include.