CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/08/04 14:58:14

Modified files:
        src/backend/libpq: be-secure.c 

Log message:
        SSL_read/SSL_write do not approximate the return conventions of recv()
        and send() very well at all; and in any case we can't use retval==0
        for EOF due to race conditions.  Make the same fixes in the backend as
        are required in libpq.


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to