CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/01/02 17:09:24
Modified files:
src/backend/utils/adt: formatting.c
Log message:
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.