Re: [NOVICE] Postgres storing time in strange manner - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: [NOVICE] Postgres storing time in strange manner
Date
Msg-id Pine.LNX.4.44.0209182015440.1307-100000@localhost.localdomain
Whole thread Raw
In response to Re: [NOVICE] Postgres storing time in strange manner  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom Lane writes:

> Sean Chittenden <sean@chittenden.org> writes:
> > Is there a place where -fno-fast-math
> > could be used as a CC option if the CC is gcc?
>
> configure is what I had in mind ;-).  I can't think of any part of the
> code where we'd really want this sort of optimization enabled.

Today I read that __FAST_MATH__ is defined if -ffast-math is used, so it
should be easy to write a test in configure.

--
Peter Eisentraut   peter_e@gmx.net

pgsql-bugs by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Bug #772: Rewriting on multi-record updates is
Next
From: Bruce Momjian
Date:
Subject: Re: SET autocommit begins transaction?