pgsql: Put SSL_pending() call behind the new internal SSL API. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Put SSL_pending() call behind the new internal SSL API.
Date
Msg-id E1XvTEy-0004kd-Fv@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From:
Date:
Subject: ...
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix hstore_to_json_loose's detection of valid JSON number values