Обсуждение: pgsql: Fix bugs in OpenSSL hook renaming.

Поиск
Список
Период
Сортировка

pgsql: Fix bugs in OpenSSL hook renaming.

От
Tom Lane
Дата:
Fix bugs in OpenSSL hook renaming.

libpq's exports.txt was overlooked in commit 36d108761, which the
buildfarm is quite unhappy about.

Also, I'd gathered that the plan included renaming PQgetSSLKeyPassHook
to PQgetSSLKeyPassHook_OpenSSL, but that didn't happen in the patch
as committed.  I'm taking it on my own authority to do so now, since
the window before beta1 is closing fast.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/libpq.sgml                  | 13 +++++++------
src/interfaces/libpq/exports.txt         |  6 +++---
src/interfaces/libpq/fe-secure-openssl.c |  2 +-
src/interfaces/libpq/libpq-fe.h          |  2 +-
4 files changed, 12 insertions(+), 11 deletions(-)