pgsql: Rename PQsetSSLKeyPassHook and friends

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Rename PQsetSSLKeyPassHook and friends
Дата
Msg-id E1ja4nU-0001YO-M5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Rename PQsetSSLKeyPassHook and friends

4dc6355210 provided a way for libraries and clients to modify how libpq
handles client certificate passphrases, by installing a hook. However,
these routines are quite specific to how OpenSSL works, so it's
misleading and not future-proof to have these names not refer to OpenSSL.
Change all the names to add "_OpenSSL" after "Hook", and fix the docs
accordingly.

Author: Daniel Gustafsson

Discussion: https://postgr.es/m/981DE552-E399-45C2-9F60-3F0E3770CC61@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/36d1087611bf96b0cd716666fc8c4a2d168fa501

Modified Files
--------------
doc/src/sgml/libpq.sgml                  | 14 +++++++-------
src/interfaces/libpq/fe-secure-openssl.c | 10 +++++-----
src/interfaces/libpq/fe-secure.c         |  8 ++++----
src/interfaces/libpq/libpq-fe.h          | 10 +++++-----
4 files changed, 21 insertions(+), 21 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix typo in glossary
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix bugs in OpenSSL hook renaming.