Tom Lane <[EMAIL PROTECTED]> writes:
> Joe Conway <[EMAIL PROTECTED]> writes:
> > Andrzej Kosmala wrote:
> >> PostgreSQL 7.3 on Linux
> >> After dropping column functions return error message: "ERROR:
> >> Query-specified return tuple and actual function return tuple do not
match"
>
> > Hmmm, look
[EMAIL PROTECTED] writes:
> The following line:
> SELECT 1875/1000.0
> produces different results. In 7.2.3 it is:
> ?column?
> -
>1.875
> while in 7.3.1 it is:
> ?column?
> -
> 1.87500
The above expression is
Denis N.Stepanov ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
different format of float values in 7.2.and 7.3
Long Description
There is a difference in return value of some floating point operations in PostgreSQL
7.2 and 7.3