[BUGS] partial PGresult in pgsql v8.2rc1

2006-12-01 Thread Igor Shevchenko
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.

Re: [BUGS] partial PGresult in pgsql v8.2rc1

2006-12-04 Thread Igor Shevchenko
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

[BUGS] posgresql 7.3beta3 compile error in src/pl/plperl (perl extension)

2002-11-01 Thread Igor Shevchenko
, 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

[BUGS]

2003-10-14 Thread Igor Shevchenko
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

Re: [BUGS]

2003-10-16 Thread Igor Shevchenko
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