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

Поиск
Список
Период
Сортировка
От thomas@postgresql.org (Thomas Lockhart)
Тема pgsql/src/backend/utils/adt date.c
Дата
Msg-id 20020601155215.C5248475A53@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    02/06/01 11:52:15

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

Log message:
    Fix timestamp to date conversion for the case where timestamp uses a double
    precision storage format. Previously applied the same math as used for the
    64-bit integer storage format case, which was wrong.
    Problem introduced recently when the 64-bit storage format was
    implemented.


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/doc/src/sgml mvcc.sgml ref/lock.sgml
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/doc TODO