pgsql: Fix bugs in OpenSSL hook renaming. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix bugs in OpenSSL hook renaming.
Date
Msg-id E1ja6U8-0002GO-TC@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Rename PQsetSSLKeyPassHook and friends
Next
From: Michael Paquier
Date:
Subject: pgsql: Make pg_stat_wal_receiver consistent with the WAL receiver's shm