Re: [HACKERS] Warning!!

Thomas Lockhart <lockhart@alumni.caltech.edu>

From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: A James Lewis <james@vrtx.net>
Cc: pgsql-hackers@postgreSQL.org
Date: 1998-11-04T17:37:34Z
Lists: pgsql-hackers
> Linux 2.0.29
> GCC 2.7.2
> /lib/libc.so.5.3.12

Similar to mine (Linux-2.0.30, gcc-2.7.2.1, same libc), which also
showed the symptom. I've also tried compiling in the past with egcs-1.1
and found many more floating point rounding differences.

So it's a gcc/libc problem. In it's defense, I'm more accustomed to
seeing more odd rounding behavior with other platforms.

btw, this is definitely *not* an issue to affect our upcoming release.

                 - Tom