pgsql: Rename PQsetSSLKeyPassHook and friends - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Rename PQsetSSLKeyPassHook and friends
Date
Msg-id E1ja4nU-0001YO-M5@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix typo in glossary
Next
From: Tom Lane
Date:
Subject: pgsql: Fix bugs in OpenSSL hook renaming.