pgsql/src/interfaces/libpq fe-misc.c

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/libpq fe-misc.c
Date: 2002-06-15 20:01:31
Message-ID: 20020615200131.CB62B4759A9@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/06/15 16:01:31

Modified files:
src/interfaces/libpq: fe-misc.c

Log message:
PATCH SSL_pending() checks in libpq/fe-misc.c:

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.

Jack Bates

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-06-15 20:03:52 pgsql/ oc/src/sgml/func.sgml rc/backend/utils/ ...
Previous Message Bruce Momjian - CVS 2002-06-15 19:59:59 pgsql/src backend/commands/sequence.c backend/ ...