pgsql: Fix bugs in OpenSSL hook renaming.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix bugs in OpenSSL hook renaming.
Date: 2020-05-16 23:44:52
Message-ID: E1ja6U8-0002GO-TC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-05-17 00:30:04 pgsql: Make pg_stat_wal_receiver consistent with the WAL receiver's shm
Previous Message Andrew Dunstan 2020-05-16 21:56:44 pgsql: Rename PQsetSSLKeyPassHook and friends