Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 20 Jan 1999 16:29:39 +0000 (16:29 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 20 Jan 1999 16:29:39 +0000 (16:29 +0000)
commit1ace93c46c34bdee903dede9dcf95948f4ce668a
treef30c7b5835781e3f7399f8b9bd694a6d765cd590
parent791822e3a773125552d04179b99c3b757bdefd31
Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.
 They are not corrected now.
Allow the date type to accept BC dates.
Share more date/time validation declarations through dt.h.
src/backend/utils/adt/datetime.c
src/backend/utils/adt/dt.c