Re: [HACKERS] PATCH SSL_pending() checks in libpq/fe-misc.c

From: <jack(at)floatingdoghead(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: [HACKERS] PATCH SSL_pending() checks in libpq/fe-misc.c
Date: 2002-06-13 21:41:17
Message-ID: Pine.LNX.4.33L2.0206131436550.31873-400000@floatingdoghead.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Bruce:

I've attached the original source file that I modified, my modified
version, and the output from 'diff -c fe-misc.c fe-misc.c.jack'.

Lack of CVS tags makes this the best way for me to get this to you.

Let me know if you need anything else.

I am no longer pursuing a total non-blocking implementation. I haven't
found a good way to test it with the type of work that I do with
PostgreSQL. I do use blocking SSL sockets with this mod and have had no
problem whatsoever. The bug that I fixed in this patch is exceptionally
hard to reproduce reliably.

THANKS AGAIN!!!

--

Jack Bates
Portland, OR, USA
http://www.floatingdoghead.net

Got privacy?
My PGP key: http://www.floatingdoghead.net/pubkey.txt

Attachment Content-Type Size
diff-c text/plain 1.5 KB
fe-misc.c.jack text/plain 21.7 KB
fe-misc.c text/plain 21.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-06-13 21:45:14 Re: Making serial survive pg_dump
Previous Message Tom Lane 2002-06-13 21:41:07 Re: Making serial survive pg_dump

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-06-14 00:29:29 Re: [HACKERS] First cut at SSL documentation
Previous Message Joe Conway 2002-06-13 21:25:49 Table Function (aka SRF) doc patch