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

From Sean Chittenden
Subject Re: [NOVICE] Postgres storing time in strange manner
Date
Msg-id 20020918080730.GI99484@perrin.int.nxad.com
Whole thread Raw
In response to Re: [NOVICE] Postgres storing time in strange manner  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [NOVICE] Postgres storing time in strange manner  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
> > Out of curiosity: why does -ffast-math break the datetime rounding code?

What code bits is this for?  Is there a place where -fno-fast-math
could be used as a CC option if the CC is gcc?  After looking through
gcc, using -O and -ffast-math will create broken code, but -O2
-ffast-math _should_ be okay.  If it's not, then -O2 -fno-fast-math is
likely the correct work around for GCC.  -sc

--
Sean Chittenden

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Bug #758: show_planner_stats does not work for new PREPARE
Next
From: Tom Lane
Date:
Subject: Re: [NOVICE] Postgres storing time in strange manner