pgsql: Properly round months into days and into seconds for interval

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Properly round months into days and into seconds for interval
Дата
Msg-id 20060903033404.B5CE09FB4B9@postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Properly round months into days and into seconds for interval  (Michael Glaesemann <grzm@seespotcode.net>)
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Reverted: < * -Change LIMIT/OFFSET and FETCH/MOVE to use int8 >
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: pgsql: Properly round months into days and into seconds for interval