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

From Andrew Dunstan
Subject pgsql: Only provide new libpq sslpasskey hook for openssl-enabled build
Date
Msg-id E1jPVa9-0001PF-Bh@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Only provide new libpq sslpasskey hook for openssl-enabledbuild  (Daniel Gustafsson <daniel@yesql.se>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix possible future cache reference leak in ALTER EXTENSION ADD/
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Use a slightly more liberal regex to detect Visual Studio versio