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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Put SSL_pending() call behind the new internal SSL API.
Дата
Msg-id E1XvTEy-0004kd-Fv@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: ...
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix hstore_to_json_loose's detection of valid JSON number values