if ( conn->result != NULL && PQntuples ( conn->result ) ) {
fe-exec.c:2063:
int
PQntuples(const PGresult *res)
{
if (!res)
return 0;
2063:return res->ntups;
}
Looks like the "result" has an invalid pointer ? Address=0x11f is unlikely.
On Friday 01 December 2006 19:52, you wrote:
> Igor Shevchenko <[EMAIL PROTECTED]> writes:
> > I've been using partial PGresult-s since pgsql v7.4, and one of "signs"
> > that it's there (after a "read" event on a non-blocking tcp connection
, glibc 2.2, perl 5.8 (with support
for large integers (long long, 8 byte)).
--
Regards,
Igor Shevchenko
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly
Your name : Igor Shevchenko
Your email address : [EMAIL PROTECTED]
System Configuration
-
Architecture: Intel Pentium 4
Operating System: 2.4.20-8 ELF
PostgreSQL version: PostgreSQL-7.4beta4
Compiler used: gcc version 3.2.2 20030222 (Red
On Tuesday 14 October 2003 20:50, you wrote:
> Igor Shevchenko <[EMAIL PROTECTED]> writes:
> > The problem is repeatable when I run my program, especially if the
> > postgresql server and the sserv are on the same server, and the debugging
> > is off. Please let me kn