pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+
Дата
Msg-id E1pnFOI-0030Sf-39@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+

Starting with OpenSSL 1.1.0 there is no need to call PQinitOpenSSL
or PQinitSSL to avoid duplicate initialization of OpenSSL.  Add a
note to the documentation to explain this.

Backpatch to all supported versions as older OpenSSL versions are
equally likely to be used for all branches.

Reported-by: Sebastien Flaesch <sebastien.flaesch@4js.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/DBAP191MB12895BFFEC4B5FE0460D0F2FB0459@DBAP191MB1289.EURP191.PROD.OUTLOOK.COM
Backpatch-through: 11, all supported versions

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ea7894d33d174c2fb76ad838cf9a7a17d604a950

Modified Files
--------------
doc/src/sgml/libpq.sgml | 2 ++
1 file changed, 2 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: NULL is not an ideal way to spell bool "false".