]> granicus.if.org Git - postgresql/commit
Repair array subscript overrun identified by Yichen Xie. Reduce the
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Jan 2003 01:09:03 +0000 (01:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 29 Jan 2003 01:09:03 +0000 (01:09 +0000)
commit726b7f3b3cc067de053f7d7c0aa488e9c6c211f8
tree1cccfc5ae418a69d4ec3e600e2998aeed5501f9b
parent8672494da570e225d211047bb79776d0842aadda
Repair array subscript overrun identified by Yichen Xie.  Reduce the
value of MAX_TIME_PRECISION in floating-point-timestamp-storage case
from 13 to 10, which is as much as time_out is actually willing to print.
(The alternative of increasing the number of digits we are willing to
print looks risky; we might find ourselves printing roundoff garbage.)
doc/src/sgml/datatype.sgml
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c
src/include/utils/date.h