Re: [BUGS] BUG #3717: libpq needs .so version raised to 6

2007-11-03 Thread Bruce Momjian
Tom Lane wrote: > "Radim Kolar" <[EMAIL PROTECTED]> writes: > > both libpq from pgsql 8.2 and 8.3 are using same version > > of .so 5. But libpq from 8.3 have new function PQconnectionUsedPassword. .so > > version of 8.3 libpq needs to be raised to 6 > > This is not a bug. Major version bumps in

[BUGS] Test suite fails on alpha architecture

2007-11-03 Thread Martin Pitt
Hello PostgreSQL developers, The testsuite of 8.3 beta 2 fails on the Alpha architecture (versions up to 8.2 worked fine). Apparently there is some disagreement about how to report divisions by zero: float8.out: - ERROR: value out of range: overflow + ERROR: invalid argument for power function

Re: [BUGS] Test suite fails on alpha architecture

2007-11-03 Thread Tom Lane
Martin Pitt <[EMAIL PROTECTED]> writes: > The testsuite of 8.3 beta 2 fails on the Alpha architecture (versions > up to 8.2 worked fine). We redid some of the float error handling for 8.3, in hopes of getting closer to the IEEE standard behavior for NaNs and infinities and so on. I guess that isn'

Re: [BUGS] Test suite fails on alpha architecture

2007-11-03 Thread Martin Pitt
Hi, Tom Lane [2007-11-03 14:27 -0400]: > Martin Pitt <[EMAIL PROTECTED]> writes: > > The testsuite of 8.3 beta 2 fails on the Alpha architecture (versions > > up to 8.2 worked fine). > > We redid some of the float error handling for 8.3, in hopes of getting > closer to the IEEE standard behavior

Re: [BUGS] BUG #3716: utf8 crash with replace

2007-11-03 Thread Tom Lane
"Andreas Pflug" <[EMAIL PROTECTED]> writes: > If replace is used with UTF8 client_encoding, searching for a malformed > string, the backend will crash. > SELECT replace('Ärger', chr(195), 'Ae') I see no crash here. Maybe it's been fixed since 8.2.4? Please try 8.2.5. If you still get a crash,