]> granicus.if.org Git - postgresql/commit
Remove rint() for to_char MS and US output. We can't us rint() because
authorBruce Momjian <bruce@momjian.us>
Sat, 17 Feb 2007 03:11:32 +0000 (03:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 17 Feb 2007 03:11:32 +0000 (03:11 +0000)
commit4fe1a12c54f31697dfc1ed09ad6716cefb4aa8bf
tree18c60cb1f57ba4fda871c25613a05680c0a619ac
parent37a22932f2613172ee1dc784e6d0f8862fb6a3c2
Remove rint() for to_char MS and US output.  We can't us rint() because
we can't overflow to the next higher units, and we might print the lower
units for MS.
src/backend/utils/adt/formatting.c