pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple
Дата
Msg-id 20090818212314.8891B75331E@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix overflow for INTERVAL 'x ms' where x is more than a couple million,
and integer datetimes are in use.  Per bug report from Hubert Depesz
Lubaczewski.

Alex Hunsaker

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        datetime.c (r1.208 -> r1.209)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/datetime.c?r1=1.208&r2=1.209)
    pgsql/src/include/utils:
        timestamp.h (r1.80 -> r1.81)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/timestamp.h?r1=1.80&r2=1.81)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pgsql: Unaccent dictionary.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix overflow for INTERVAL 'x ms' where x is more than a couple