pgsql: Properly round months into days and into seconds for interval - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Properly round months into days and into seconds for interval
Date
Msg-id 20060903033404.B5CE09FB4B9@postgresql.org
Whole thread Raw
Responses Re: pgsql: Properly round months into days and into seconds for interval
List pgsql-committers
Log Message:
-----------
Properly round months into days and into seconds for interval
multiplication/division queries like select '41 mon 10:00:00'::interval
/ 10 as "pos".

Report from Michael Glaesemann

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        timestamp.c (r1.165 -> r1.166)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/timestamp.c.diff?r1=1.165&r2=1.166)
    pgsql/src/test/regress/expected:
        interval.out (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/interval.out.diff?r1=1.15&r2=1.16)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Reverted: < * -Change LIMIT/OFFSET and FETCH/MOVE to use int8 >
Next
From: Michael Glaesemann
Date:
Subject: Re: pgsql: Properly round months into days and into seconds for interval