]> granicus.if.org Git - postgresql/commit
Use floor() not rint() when reducing precision of fractional seconds in
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Jul 2009 20:29:23 +0000 (20:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Jul 2009 20:29:23 +0000 (20:29 +0000)
commit47386fed461d7726743de39efa2da042eca22575
treed9d4cf1266d36f0d60e53a7406710974651a4b70
parent44886bd878a2098d7bef6413e669d4ec59b17f71
Use floor() not rint() when reducing precision of fractional seconds in
timestamp_trunc, timestamptz_trunc, and interval_trunc().  This change
only affects the float-datetime case; the integer-datetime case already
behaved like truncation instead of rounding.  Per gripe from Mario Splivalo.

This is a pre-existing issue but I'm choosing not to backpatch, because
it's such a corner case and there have not been prior complaints.  The
issue is largely moot anyway given the trend towards integer datetimes.
src/backend/utils/adt/timestamp.c