Re: [HACKERS] interval-day first cut

2005-06-14 Thread Josh Berkus
Michael, I've completed my first cut of adding a day field to the interval struct and patched up the regression tests for places where it failed due to the new behavior (e.g., interval '19:00' + interval '6:00' = interval '25:00'). I haven't added any regression tests for the DST behavior,

[HACKERS] interval-day first cut

2005-06-12 Thread Michael Glaesemann
I've completed my first cut of adding a day field to the interval struct and patched up the regression tests for places where it failed due to the new behavior (e.g., interval '19:00' + interval '6:00' = interval '25:00'). I haven't added any regression tests for the DST behavior, but it