[BUGS] Error on bug reporting page

2001-03-13 Thread pgsql-bugs
Justin Clift ([EMAIL PROTECTED]) reports a bug with a severity of 4 The lower the number the more severe it is. Short Description Error on bug reporting page Long Description Hi all, I just tried to report a bunch of bugs and got this : Warning: PostgreSQL query failed: ERROR: Tuple is too big

[BUGS] Error on bug reporting page

2001-03-13 Thread pgsql-bugs
Justin Clift ([EMAIL PROTECTED]) reports a bug with a severity of 4 The lower the number the more severe it is. Short Description Error on bug reporting page Long Description Hi all, I just tried to report a bunch of bugs and got this : Warning: PostgreSQL query failed: ERROR: Tuple is too big

Re: [BUGS] 7.0.x not using indices

2001-03-13 Thread Marcin Wolinski
Tom Lane <[EMAIL PROTECTED]> writes: > Marcin Wolinski <[EMAIL PROTECTED]> writes: > > After this the 'w' class contains 116170 rows. For each value of wfid > > there are no more than 7584 different values of wnr (with median of 1 > > value per wfid and only in about 1000 cases 10 values or more

[BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL

2001-03-13 Thread Justin Clift
Hi all, Sorry for sending this directly as an email. The Bug Form on the PostgreSQL webpage keeps on timing out on me. (Server overload?) These are five errors/bugs and solutions from the 8th March 2001 PostgreSQL 7.1 snapshot. The system : Solaris 8 INTEL (10/00 release as available for do

[BUGS] plperl with 5.7.0

2001-03-13 Thread Alexander Klimov
Hi. I use bleadperl and try to compile plperl with it: SunOS iridium 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10 gcc version 3.1 20010308 (experimental) perl5 (revision 5.0 version 7 subversion 0) pgsql from CVS configure --prefix=${PREFIX}/pgsql --with-tcl --with-perl --with-python --with

Re: [BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8INTEL

2001-03-13 Thread Peter Eisentraut
Justin Clift writes: > When --with-openssl= is given to configure > on Solaris 8 INTEL, the compilation errors in : This is an OpenSSL namespace problem on some platforms (Solaris, Unixware so far). Nothing we can really do about it. > Next problem is that running 'gmake check' expects to find

Re: [BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL

2001-03-13 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Justin Clift writes: >> In the regression test side of things, Solaris 8 INTEL seems be having >> troubles with handling int8 types. Not sure if this is a known >> problem. The int8 tests failed with error messages like : >> >> INSERT INTO INT8_TBL

Re: [BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8INTEL

2001-03-13 Thread Peter Eisentraut
Tom Lane writes: > IIRC, someone else reported a few days ago that the int8 tests failed on > their platform if and only if openssl was linked in. Not sure what > openssl could be doing to screw up long long int arithmetic, but that > was the report. Of course! The test program aborts because

Re: [BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL

2001-03-13 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: >> IIRC, someone else reported a few days ago that the int8 tests failed on >> their platform if and only if openssl was linked in. Not sure what >> openssl could be doing to screw up long long int arithmetic, but that >> was the report. > Of course!

RE: [BUGS] Memory leak in ODBC driver

2001-03-13 Thread Terry Carlin
Just wanting to let you know that your fixes to the ODBC driver memory leak have corrected this bug. We retrieved about 12 million rows over about 17 hours of automated testing starting with one user and ending up with 100 users and the memory used in the Win2000 did not increase except when we

Re: [BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8INTEL

2001-03-13 Thread Peter Eisentraut
Tom Lane writes: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > >> IIRC, someone else reported a few days ago that the int8 tests failed on > >> their platform if and only if openssl was linked in. Not sure what > >> openssl could be doing to screw up long long int arithmetic, but that > >> wa

Re: [BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL

2001-03-13 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Of course! The test program aborts because it can't find the shared > library. Yet another reason to avoid AC_TRY_RUN. >> >> Er ... what? Why would the test program be trying to use that shlib? > Because -lssl is added to LIBS, the test program i

Re: [BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8INTEL

2001-03-13 Thread Peter Eisentraut
Tom Lane writes: > >> Er ... what? Why would the test program be trying to use that shlib? > > > Because -lssl is added to LIBS, the test program is linked against LIBS, > > and when the program starts it tries to locate all the dependent libraries > > (not matter if it doesn't actually have to

Re: [BUGS] Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL

2001-03-13 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Tom Lane writes: >> Interesting theory, but if LIBS is broken then wouldn't the backend fail >> to run at all? How'd they manage to pass the other regress tests? > Presumably the backend would print an error message along the lines of > "cannot find

[BUGS] Checking PQstatus (libpq) returns CONNECTION_OK when it is not.

2001-03-13 Thread pgsql-bugs
Philip ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Checking PQstatus (libpq) returns CONNECTION_OK when it is not. Long Description Hi I'm having problems with the PQstatus function in the libpq library. It returns CONNEC