Re: Suggestions for improving \conninfo output in v18 - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Suggestions for improving \conninfo output in v18
Date
Msg-id aEwsth-wagChX5eL@nathan
Whole thread Raw
In response to Re: Suggestions for improving \conninfo output in v18  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Responses Re: Suggestions for improving \conninfo output in v18
List pgsql-hackers
On Fri, Jun 13, 2025 at 06:52:26PM +0900, Fujii Masao wrote:
> I've added the RMT to CC. What do you think about including the 0001 patch in v18?
> Would you be okay with that?
> 
> -----------------------
> The 0001 patch changes \conninfo to report the full protocol version (e.g., 3.2)
> instead of just the major version (e.g., 3). This is technically a behavior change,
> but since protocol version 3.2 was introduced in v18, and both 3.0 and 3.2 are
> now valid, always showing just "3" isn't very helpful. To see which protocol
> version is actually in use, showing the full version is more informative.
> 
> Therefore I see this as fixing an oversight in commit bba2fbc6238, so I'd like to
> commit the 0001 patch as well in v18. Thought?
> -----------------------

Sounds good to me.

-- 
nathan



pgsql-hackers by date:

Previous
From: Shubhankar Anand Kulkarni
Date:
Subject: Re: Expression push down from Join Node to below node.
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bindx