Fix to_timestamp/to_date so that zero year input for Y, YY, or YYY
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Jan 2002 22:09:23 +0000 (22:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Jan 2002 22:09:23 +0000 (22:09 +0000)
commit66555f102b64515532381b2c7cc48cfcf70ecd22
tree53abb452825f5784efaf8573b9b646f6193f812d
parent0272019c7528db1b24f87040006141ba154ed2d5
Fix to_timestamp/to_date so that zero year input for Y, YY, or YYY
formats will be taken as 2000, not year zero.  Per bug report from
Aasmund Midttun Godal.  Fix from Karel Zak.
src/backend/utils/adt/formatting.c