pgsql: Rename connection parameters to control min/max SSL protocol ver

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename connection parameters to control min/max SSL protocol ver
Date: 2020-04-30 04:40:18
Message-ID: E1jU0zi-00078X-Qt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename connection parameters to control min/max SSL protocol version in libpq

The libpq parameters ssl{max|min}protocolversion are renamed to use
underscores, to become ssl_{max|min}_protocol_version. The related
environment variables still use the names introduced in commit ff8ca5f
that added the feature.

Per complaint from Peter Eisentraut (this was also mentioned by me in
the original patch review but the issue got discarded).

Author: Daniel Gustafsson
Reviewed-by: Peter Eisentraut, Michael Paquier
Discussion: https://postgr.es/m/b319e449-318d-e691-4997-1327e166fcc4@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/401aad67045b2d467571b54abe229fdd115a228c

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 2 +-
doc/src/sgml/libpq.sgml | 12 ++++----
src/interfaces/libpq/fe-connect.c | 38 +++++++++++++-------------
src/interfaces/libpq/fe-secure-openssl.c | 16 +++++------
src/interfaces/libpq/libpq-int.h | 4 +--
src/test/ssl/t/001_ssltests.pl | 12 ++++----
6 files changed, 42 insertions(+), 42 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-04-30 07:09:18 pgsql: Update config.guess and config.sub
Previous Message Tom Lane 2020-04-30 04:34:37 pgsql: Doc: re-re-revise markup for tables of functions.