Re: Add ssl_(supported|shared)_groups to sslinfo

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: "Si, Evan" <evansi(dot)dev(at)gmail(dot)com>
Cc: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Subject: Re: Add ssl_(supported|shared)_groups to sslinfo
Date: 2026-09-08 15:15:12
Message-ID: aqAmBVEWqwNHGHL7@ddolgov-thinkpadt14sgen1.rmtde.csb
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Fri, Sep 04, 2026 at 04:35:16PM +0200, Dmitry Dolgov wrote:
>
> In any case that gives a new spin to what Cary was mentioning few
> messages above. If we have a valid use case where there is no negotiated
> group, then SRF has to return NULL for those rows. To still have a nice
> looking ssl_group_info function, I'll create another one called
> ssl_group_info_with_nulls, so that ssl_group_info would be a wrapper
> around it to filter out nulls.

Here is what I had in mind. This patch also should include all review
commentaties accumulated so far.

Attachment Content-Type Size
v7-0001-contrib-sslinfo-Add-ssl_group_info.patch text/plain 15.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-09-08 15:17:46 Re: pg_createsubscriber does not check output_plugin_libraries
Previous Message Jan Nidzwetzki 2026-09-08 15:13:08 Add pg_nodiscard decorations to Bitmapset functions