pgsql: Add tests for pg_stat_ssl system view

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add tests for pg_stat_ssl system view
Date: 2019-01-29 12:09:01
Message-ID: E1goSCL-0000uC-NR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tests for pg_stat_ssl system view

Reviewed-by: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
Discussion: https://www.postgresql.org/message-id/flat/398754d8-6bb5-c5cf-e7b8-22e5f0983caf(at)2ndquadrant(dot)com/

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/18059543e76aeb6b3cf3a5513e69daf222d3558e

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2019-01-29 14:04:38 Re: pgsql: Build src/port files as a library with -fPIC, and use that in li
Previous Message Magnus Hagander 2019-01-29 09:45:29 pgsql: Improve wording about WAL files in tar mode of pg_basebackup