diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-08 03:22:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-08 03:22:46 +0000 |
commit | 2cf2a4fe2be67b3be0d39d3713fadc906fb95877 (patch) | |
tree | c4509ae3bbfcc38f707c333681775e173cc0f970 /src/tutorial/basics.source | |
parent | 70ce98b77a75a95a22d816139f4e763c405310ea (diff) | |
download | postgresql-2cf2a4fe2be67b3be0d39d3713fadc906fb95877.tar.gz postgresql-2cf2a4fe2be67b3be0d39d3713fadc906fb95877.zip |
> 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 Lane.
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions