Re: [HACKERS] Re: A couple comments about datetime - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Re: A couple comments about datetime
Date
Msg-id 199907080321.XAA24260@candle.pha.pa.us
Whole thread Raw
In response to Re: A couple comments about datetime  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] LIMIT and UNION
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Memory leaks in relcache