pgsql: Replace both send and receive BIO routines in the SSL code with

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Replace both send and receive BIO routines in the SSL code with
Дата
Msg-id 20081214193937.C69CA7563FE@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Replace both send and receive BIO routines in the SSL code with our own,
calling recv() and send(). This makes the calls go through the socket
emulation code on Win32, making them for example properly interruptible.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.87 -> r1.88)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c?r1=1.87&r2=1.88)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Document that non-data journaling is a recommended mount option.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Restore enforce_generic_type_consistency's pre-8.3 behavior of