Re: Problem migrating dump to latest CVS snapshot.

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Gunnar R|nning <gunnar(at)candleweb(dot)no>, pgsql-general(at)postgresql(dot)org
Subject: Re: Problem migrating dump to latest CVS snapshot.
Date: 2001-03-23 00:14:29
Message-ID: 3ABA9565.61D82BFD@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> Seems Mandrake Linux is not the only platform where roundoff behavior is
> less IEEE-perfect than Thomas would like it to be. Perhaps we need a
> slightly more robust approach to controlling roundoff error.

Go ahead. istm that asking modulo, trunc, etc to Do The Right Thing is
not a big deal, and it would be better to understand how to build
executables that can do math.

Certainly better than writing a bunch of extra checking code to work
around the inability of a compiler (or compiler options) to do IEEE
math. It *is* a standard, ya know ;)

- Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message msteele 2001-03-23 00:25:23 Re: Re: Compile PL/Perl
Previous Message Grant Furick 2001-03-22 23:51:39 Re: JOIN

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-03-23 00:37:39 Re: pgindent run?
Previous Message Tom Lane 2001-03-22 23:24:04 Re: Problem migrating dump to latest CVS snapshot.