]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix mis-display of negative fractional seconds in interval values for
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Apr 2005 17:14:58 +0000 (17:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 20 Apr 2005 17:14:58 +0000 (17:14 +0000)
commit25bd3019e0e47bf36bb4ac203cf09f315b5dfac2
treefe56735bb9f60050069f894a858ead2956b185b8
parentcc5b6760879a39516c7643f287baa406f9081c92
Fix mis-display of negative fractional seconds in interval values for
--enable-integer-datetimes case.  Per report from Oliver Siegmar.
src/backend/utils/adt/datetime.c