Re: pg_stat_ssl additions

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_stat_ssl additions
Date: 2018-11-28 17:30:38
Message-ID: 7148b156-789c-3045-01f8-8d73dda7fe20@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27/11/2018 00:29, Thomas Munro wrote:
> On Thu, Oct 18, 2018 at 11:05 AM Peter Eisentraut
> <peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
>> - Adds tests under src/test/ssl/ for the pg_stat_ssl view.
>
> Hi Peter,
>
> Your new tests fail when run by cfbot (Ubuntu), and also on my Debian
> buster machine, but pass on my FreeBSD 13-CURRENT box. I think the
> problem is that you match cipher names with \w+, but some cipher names
> sometimes (on some library versions?) have hyphens in them instead of
> underscores.

Right, this is a TLSv1.3 vs earlier thing. Updated patches attached.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v2-0001-doc-Add-link-from-sslinfo-to-pg_stat_ssl.patch text/plain 941 bytes
v2-0002-Add-tests-for-pg_stat_ssl-system-view.patch text/plain 1.7 KB
v2-0003-Fix-pg_stat_ssl.clientdn.patch text/plain 1.7 KB
v2-0004-Add-more-columns-to-pg_stat_ssl.patch text/plain 13.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2018-11-28 17:31:59 Re: pg_stat_ssl additions
Previous Message Peter Eisentraut 2018-11-28 17:14:10 Re: pgsql: Integrate recovery.conf into postgresql.conf