Skip to content
Snippets Groups Projects
Commit 2cf2a4fe authored by Bruce Momjian's avatar Bruce Momjian
Browse files

> 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.
parent 70ce98b7
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment