pgsql/src/interfaces/libpq fe-misc.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/interfaces/libpq fe-misc.c
Date
Msg-id 200103312313.f2VNDVG38872@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/03/31 18:13:31

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

Log message:
    pqWait() should check for exception status as well as read or write
    ready.  It appears that most (all?) Unixen will consider a socket to
    be read or write ready if it has an error condition, but of course
    Microsoft does things differently.


pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/doc TODO
Next
From: Tom Lane
Date:
Subject: pgsql/src/interfaces/libpq fe-connect.c