Re: pqReadData() -- read() failed: errno=32 - Mailing list pgsql-general

From Tom Lane
Subject Re: pqReadData() -- read() failed: errno=32
Date
Msg-id 20008.1071763192@sss.pgh.pa.us
Whole thread Raw
In response to Re: pqReadData() -- read() failed: errno=32  (Richard Huxton <dev@archonet.com>)
List pgsql-general
Richard Huxton <dev@archonet.com> writes:
> On Thursday 18 December 2003 12:23, Craig Stratton wrote:
>> I can find no reference to errno=32 in the mailing lists.

> From memory and google, it's a broken pipe,

It would be a good idea to check in /usr/include/errno.h before
assuming that 32 means EPIPE on a Cobalt.  I'm a bit suspicious
of that because I can't imagine why read() would return EPIPE.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: BLOBS : how to remove them totally
Next
From: Ron St-Pierre
Date:
Subject: Re: Function Returning SETOF Problem