From: | "Renaud Diez" <rdiez(at)salesprize(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3959: Huge calculation error |
Date: | 2008-02-13 09:53:57 |
Message-ID: | 200802130953.m1D9rv00042872@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3959
Logged by: Renaud Diez
Email address: rdiez(at)salesprize(dot)com
PostgreSQL version: 8.2
Operating system: Debian
Description: Huge calculation error
Details:
the basic mathematical expression like the following one doesn't compute the
correct result:
> select 100*(1+(21/100));
return a result of 100 instead of 121.
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2008-02-13 11:09:45 | Re: BUG #3958: Self-Join Group-By Clause Produces Incorrect Results |
Previous Message | Marcus Torres | 2008-02-13 02:17:37 | BUG #3958: Self-Join Group-By Clause Produces Incorrect Results |