pgsql: Fix to_date()/to_timestamp() 'D' field for day of week, was off

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Fix to_date()/to_timestamp() 'D' field for day of week, was off
Дата
Msg-id 20070214051055.4C62B9FB82B@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix to_date()/to_timestamp() 'D' field for day of week, was off by one.
Converting from char using 'D' doesn't make lots of sense, of course.

Report from Brendan Jurd.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.123 -> r1.124)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.123&r2=1.124)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Move fsync method macro defines into /include/access/xlogdefs.h
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Fix typo