pgsql: Rename connection parameters to control min/max SSL protocol ver - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Rename connection parameters to control min/max SSL protocol ver
Date
Msg-id E1jU0zi-00078X-Qt@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: re-re-revise markup for tables of functions.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Update config.guess and config.sub