From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
---|---|
To: | Hackers List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Changes to date->timestamp |
Date: | 2000-09-12 06:10:27 |
Message-ID: | 39BDC8D3.46098D04@alumni.caltech.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I've just committed changes to the main tree which fixes date to
timestamp conversion around daylight savings time boundaries. A
previously-uncalled system routine, mktime(), is used for this
conversion, so we need to keep an eye out for portability issues.
I've added explicit regression tests for the date, time, and time with
time zone data types.
I also uncovered a formatting bug when printing a zero time interval
using the ISO format, and have fixed it. The bug led to three zeros in
the minutes field of the interval.
All regression tests pass on my Linux box (except for the usual
geometric type rounding errors).
- Thomas
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2000-09-12 06:14:51 | Re: FYI - Build problems when an RPM version is installed |
Previous Message | Philip Warner | 2000-09-12 06:02:56 | Re: new relkind for view |