pgsql: Add dummy PQsslAttributes function for non-SSL builds.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add dummy PQsslAttributes function for non-SSL builds.
Date: 2015-02-04 07:13:27
Message-ID: E1YIu9P-0005Sw-4L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add dummy PQsslAttributes function for non-SSL builds.

All the other new SSL information functions had dummy versions in
be-secure.c, but I missed PQsslAttributes(). Oops. Surprisingly, the linker
did not complain about the missing function on most platforms represented in
the buildfarm, even though it is exported, except for a few Windows systems.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/302262d52111ce71dececfe18448792cee415a57

Modified Files
--------------
src/interfaces/libpq/fe-secure.c | 8 ++++++++
1 file changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-02-04 07:35:17 Re: [COMMITTERS] pgsql: Add API functions to libpq to interrogate SSL related stuff.
Previous Message Tom Lane 2015-02-04 00:23:23 Re: pgsql: Add API functions to libpq to interrogate SSL related stuff.