OSDN Git Service

Fix several places where fractional-second inputs were misprocessed
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Aug 2003 17:39:19 +0000 (17:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Aug 2003 17:39:19 +0000 (17:39 +0000)
commit9d41073f04b903fdb428ce31009a3342920daa44
treef302d676fc1e1adc986752a719c5b4b69168a706
parentb6f31f08ddcd7eb86aa19f62fe6af39cb3772176
Fix several places where fractional-second inputs were misprocessed
in HAVE_INT64_TIMESTAMP cases, including two potential stack smashes
when more than six fractional digits were supplied.  Per bug report
from Philipp Reisner.
src/backend/utils/adt/datetime.c