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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Rename connection parameters to control min/max SSL protocol ver
Дата
Msg-id E1jU0zi-00078X-Qt@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: re-re-revise markup for tables of functions.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update config.guess and config.sub