Repair problems with overrun of timezone name length. Increase MAXTZLEN

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 22a517a40c29ec421db8ebd8b1eb17e50b76b406
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-05-29T19:16:57Z
Releases: 7.1.1
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.

Files