Rename connection parameters to control min/max SSL protocol version in libpq
authorMichael Paquier <michael@paquier.xyz>
Thu, 30 Apr 2020 04:39:10 +0000 (13:39 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 30 Apr 2020 04:39:10 +0000 (13:39 +0900)
commit401aad67045b2d467571b54abe229fdd115a228c
tree54d04d6e61baf739682eba1cf082c48ba9af4e43
parent4ad047a6eac356436b88681a9383a52cde2ffe9c
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
contrib/postgres_fdw/expected/postgres_fdw.out
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-secure-openssl.c
src/interfaces/libpq/libpq-int.h
src/test/ssl/t/001_ssltests.pl