Обсуждение: pgsql: Fix 'Q' format char parsing in the new to_timestamp() code.

Поиск
Список
Период
Сортировка

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

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
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)