pgsql/src/backend/utils/adt timestamp.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/utils/adt timestamp.c
Дата
Msg-id 200110031550.f93Fonw35812@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/10/03 11:50:49

Modified files:
    src/backend/utils/adt: timestamp.c

Log message:
    AdjustTimestampForTypmod does not work (at least not portably) on
    -infinity and +infinity.  Put TIMESTAMP_NOT_FINITE guard into the routine,
    instead of forgetting it at some call sites.  Fixes regression test
    failures here.


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

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/utils timestamp.h
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/test/regress/expected horology-no-DS ...