Re: [NOVICE] Postgres storing time in strange manner

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>, pgsql-bugs(at)postgreSQL(dot)org
Subject: Re: [NOVICE] Postgres storing time in strange manner
Date: 2002-09-18 08:07:30
Message-ID: 20020918080730.GI99484@perrin.int.nxad.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-novice

> > 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-09-18 14:26:41 Re: [NOVICE] Postgres storing time in strange manner
Previous Message Bruce Momjian 2002-09-18 04:54:50 Re: Bug #758: show_planner_stats does not work for new PREPARE

Browse pgsql-novice by date

  From Date Subject
Next Message Wim 2002-09-18 08:36:53 Re: [GENERAL] Still big problems with pg_dump!
Previous Message Bruce Momjian 2002-09-17 22:42:19 Re: [NOVICE] Postgres storing time in strange manner