]> granicus.if.org Git - postgresql/commit
Fix integral timestamps so the output is consistent in all cases to
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Sep 2008 19:46:44 +0000 (19:46 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Sep 2008 19:46:44 +0000 (19:46 +0000)
commitfb4bb8b9c5715b0b7da042153af879a740182c14
tree27d3add7f4d0572c8d752fd16e49950b8d7c519e
parent83c31214031d8ba7f0ffe7e77688c1c6166958b6
Fix integral timestamps so the output is consistent in all cases to
round:

select interval '0:0:0.7', interval '@ 0.70 secs', interval '0.7
seconds';

Ron Mayer
src/backend/utils/adt/datetime.c