CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.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