pgsql-server/ oc/src/sgml/Tag: oc/src/sgml/REL ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/Tag: oc/src/sgml/REL ...
Date: 2003-01-29 01:09:03
Message-ID: 20030129010903.C08B9476E2F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 03/01/28 20:09:03

Modified files:
doc/src/sgml : Tag: REL7_3_STABLE datatype.sgml
src/backend/utils/adt: Tag: REL7_3_STABLE date.c datetime.c
src/include/utils: Tag: REL7_3_STABLE date.h

Log message:
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.)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-01-29 01:18:21 pgsql-server/src/interfaces/libpq fe-auth.c
Previous Message Tom Lane 2003-01-29 01:08:42 pgsql-server/ oc/src/sgml/datatype.sgml rc/bac ...