]> granicus.if.org Git - postgresql/commit
Be more careful to check input string lengths as well as values
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 10 Jan 1999 17:20:54 +0000 (17:20 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 10 Jan 1999 17:20:54 +0000 (17:20 +0000)
commit6d5d673ca87903e73cc88bfcf9b7ca3266f6aa99
tree2a9766f17e42015ca545d680d7b3a8cb3ebd9b1e
parentc715788681121b78af3046d5c039c751625c8ad9
Be more careful to check input string lengths as well as values
 when deciding whether a field is a year field.  Assume *anything* longer
 than 2 digits (if it isn't a special-case doy) is a valid year.
 This should fix the "Y1K" and "Y10K" problems
  pointed out by Massimo recently.
Check usage of BC to require a positive-valued year; before just used it
 to flip the sign of the year without checking. This led to problems
 near year zero.
Allow a 5 digit "concatenated date" of 2 digit year plus day of year.
Do 2->4 digit year correction for 6 and 5 digit "concatenated dates".
 Somehow forgot this originally. Guess not many folks use it...
src/backend/utils/adt/dt.c