pgsql: Secondary patch to fix interval to_char() for "HH" where hours >=

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Secondary patch to fix interval to_char() for "HH" where hours >=
Дата
Msg-id 20100223062901.94CE27541D0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Secondary patch to fix interval to_char() for "HH" where hours >= 12.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.164 -> r1.165)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c?r1=1.164&r2=1.165)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Some platforms reject fsync() on files opened O_RDONLY.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Revert recent change of to_char('HH12') handling for intervals;