pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build
Дата
Msg-id E1jPVa9-0001PF-Bh@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Only provide new libpq sslpasskey hook for openssl-enabledbuild  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-committers
Only provide new libpq sslpasskey hook for openssl-enabled builds

In commit 4dc6355210 I neglected to put #ifdef USE_OPENSSL around the
declarations of the new items. This is remedied here.

Per complaint from Daniel Gustafsson.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e24109f1a4e4d8d1d372b004d6a0dd06e673fe7

Modified Files
--------------
src/interfaces/libpq/libpq-fe.h | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix possible future cache reference leak in ALTER EXTENSION ADD/
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Use a slightly more liberal regex to detect Visual Studio versio