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

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/libpq fe-misc.c
Date: 2001-03-31 23:13:31
Message-ID: 200103312313.f2VNDVG38872@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-03-31 23:14:37 pgsql/src/interfaces/libpq fe-connect.c
Previous Message Bruce Momjian - CVS 2001-03-31 17:25:32 pgsql/doc TODO