Re: Large queries - again...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Steve Howe" <howe(at)carcass(dot)dhs(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Large queries - again...
Date: 2001-07-20 20:17:22
Message-ID: 4766.995660242@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Steve Howe" <howe(at)carcass(dot)dhs(dot)org> writes:
> It returns "Error: pqReadData() -- read() failed: errno=0 No error
> " as expected when a nil pointer is returned.

"As expected"? That's not what I'd expect, especially not for a
behavior that's dependent on the size of an *outgoing* message.

(Thinks for awhile...) You're not using PQsetnonblocking() are you,
by any chance?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-07-20 20:33:17 Re: RPM source files should be in CVS (was Re: psql -l)
Previous Message Steve Howe 2001-07-20 18:21:10 Re: Large queries - again...