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
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
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'
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
"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,