Re: [HACKERS] Re: A couple comments about datetime

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: A couple comments about datetime
Дата
Msg-id 199907080321.XAA24260@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: A couple comments about datetime  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Список pgsql-hackers
> > In both datetime_trunc() and timespan_trunc() in dt.c,
> > the DTK_MICROSEC case is just like the DTK_MILLISEC case.
> > I think this is wrong and it ought to look like
> >         fsec = rint(fsec * 1000000) / 1000000;
> > no?
> 
> Tom, I looked at this and your fix is the right thing. I am leaving
> for a week of vacation, and don't have time to apply the fix. If you
> would like to, be my guest :)
> 

Applied.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] LIMIT and UNION
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Memory leaks in relcache