pgsql: Put SSL_pending() call behind the new internal SSL API.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put SSL_pending() call behind the new internal SSL API.
Date: 2014-12-01 15:50:20
Message-ID: E1XvTEy-0004kd-Fv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Put SSL_pending() call behind the new internal SSL API.

It seems likely that any SSL implementation will need a similar call, not
just OpenSSL.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4e86f1b16da85ba0a99c592dc7b977b3be80a483

Modified Files
--------------
src/interfaces/libpq/fe-misc.c | 4 ++--
src/interfaces/libpq/fe-secure-openssl.c | 9 +++++++++
src/interfaces/libpq/libpq-int.h | 1 +
3 files changed, 12 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-12-01 16:52:13 pgsql: Fix hstore_to_json_loose's detection of valid JSON number values
Previous Message Magnus Hagander 2014-12-01 11:13:20 pgsql: Fix missing space in documentation