pgsql/src backend/utils/adt/Tag: backend/utils ...

Поиск
Список
Период
Сортировка
От ishii@postgresql.org (Tatsuo Ishii)
Тема pgsql/src backend/utils/adt/Tag: backend/utils ...
Дата
Msg-id 20020305034544.7B0FA4758F7@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    ishii@postgresql.org    02/03/04 22:45:44

Modified files:
    src/backend/utils/adt: Tag: REL7_2_STABLE timestamp.c
    src/test/regress/expected: Tag: REL7_2_STABLE timestamp.out
                               timestamptz.out

Log message:
    A backport patch:

    Fix bug in extract/date_part for milliseconds/miscroseconds and
    timestamp/timestamptz combo. Now extract/date_part returns
    seconds*1000 or 1000000 + fraction part as the manual stats.
    regression test are also fixed.

    See the thread in pgsql-hackers:

    Subject: Re: [HACKERS] timestamp_part() bug?
    Date: Sat, 02 Mar 2002 11:29:53 +0900


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

Предыдущее
От: davec@postgresql.org (Dave Cramer)
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql error ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/backend/optimizer/prep prepunion.c