pgsql: Fix 'Q' format char parsing in the new to_timestamp() code.

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: Fix 'Q' format char parsing in the new to_timestamp() code.
Дата
Msg-id 20081110173653.63D757545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        formatting.c (r1.149 -> r1.150)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c?r1=1.149&r2=1.150)

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

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Add a --locale switch to createdb, to ease the creation of
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and