Re: server crash in to_timestamp function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: server crash in to_timestamp function
Дата
Msg-id 14814.1226410123@sss.pgh.pa.us
обсуждение исходный текст
Ответ на server crash in to_timestamp function  ("Ibrar Ahmed" <ibrar.ahmad@gmail.com>)
Список pgsql-hackers
"Ibrar Ahmed" <ibrar.ahmad@gmail.com> writes:
> While looking at the code base I have encountered a server crash in
> to_timestamp function.

> select TO_TIMESTAMP ( '2006 1', 'YYYY Q' );
> server closed the connection unexpectedly

Looks like Heikki fixed this yesterday.  It works here:

regression=# select TO_TIMESTAMP ( '2006 1', 'YYYY Q' );     to_timestamp      
------------------------2006-01-01 00:00:00-05
(1 row)
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: libpq with ssl vs psql without
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Duplicated docs on libpq parameters