Re: Interval month, week -> day - Mailing list pgsql-patches

From Tom Lane
Subject Re: Interval month, week -> day
Date
Msg-id 26641.1157070748@sss.pgh.pa.us
Whole thread Raw
In response to Re: Interval month, week -> day  (Michael Glaesemann <grzm@seespotcode.net>)
Responses Re: Interval month, week -> day  (Michael Glaesemann <grzm@seespotcode.net>)
List pgsql-patches
Michael Glaesemann <grzm@seespotcode.net> writes:
> On Sep 1, 2006, at 9:12 , Tom Lane wrote:
>> I agree that this seems like an oversight in the original
>> months/days/seconds patch, rather than behavior we want to keep.
>> But is DecodeInterval the only place with the problem?

> I'll check on this tonight. Any idea where I might start to look?

I'd look at the input routines for all the datetime types and see where
they go.  It's entirely possible that DecodeInterval is the only place
with the problem, but I'd not assume that without looking.

            regards, tom lane

pgsql-patches by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: Interval month, week -> day
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Interval aggregate regression failure