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)
commit6b7cfeaed1c6a28617fbd0c5bc46e51b5fe38317
tree23b59b8f303df84bcbdf1f55c3e35879a1f1784f
parente4dd75a612d04efbdcb53d6d19c16d610a4d718a
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