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

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Replace both send and receive BIO routines in the SSL code with
Date: 2008-12-14 19:39:37
Message-ID: 20081214193937.C69CA7563FE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-14 19:45:52 pgsql: Restore enforce_generic_type_consistency's pre-8.3 behavior of
Previous Message Bruce Momjian 2008-12-14 14:18:23 Re: pgsql: Document that non-data journaling is a recommended mount option.