pgsql: Replace both send and receive BIO routines in the SSL code with - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Replace both send and receive BIO routines in the SSL code with
Date
Msg-id 20081214193937.C69CA7563FE@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Document that non-data journaling is a recommended mount option.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Restore enforce_generic_type_consistency's pre-8.3 behavior of