Re: [NOVICE] Postgres storing time in strange manner

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: [NOVICE] Postgres storing time in strange manner
Дата
Msg-id 20020918080730.GI99484@perrin.int.nxad.com
обсуждение исходный текст
Ответ на Re: [NOVICE] Postgres storing time in strange manner  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [NOVICE] Postgres storing time in strange manner  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug #758: show_planner_stats does not work for new PREPARE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [NOVICE] Postgres storing time in strange manner