Thread: pgsql/src/backend/utils/adt (datetime.c nabstime.c)

pgsql/src/backend/utils/adt (datetime.c nabstime.c)

From
Tom Lane
Date:
  Date: Monday, May 29, 2000 @ 15:16:58
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv97849/backend/utils/adt

Modified Files:
    datetime.c nabstime.c

-----------------------------  Log Message  -----------------------------

Repair problems with overrun of timezone name length.  Increase MAXTZLEN
to 10, and be consistent about whether it counts the trailing null (it
does not).  Also increase MAXDATELEN to be sure no buffer overflows are
caused by the longer MAXTZLEN.