Re: BUG #9085: Server segfault from psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #9085: Server segfault from psql
Дата
Msg-id 1462.1391450284@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #9085: Server segfault from psql  (hardy.falk@blue-cable.de)
Список pgsql-bugs
hardy.falk@blue-cable.de writes:
> create table foo ( x int ) ;
> CREATE TABLE
> alasys=> create function zzz( v foo ) returns void as
> alasys-> $$
> alasys$> insert into foo(x) values (v.*)
> alasys$> $$ language SQL ;
> The connection to the server was lost. Attempting reset: Failed.

Hm, looks like sql_fn_post_column_ref() fails to allow for A_Star nodes.
Will fix, thanks for the report!

            regards, tom lane

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

Предыдущее
От: hardy.falk@blue-cable.de
Дата:
Сообщение: BUG #9085: Server segfault from psql
Следующее
От: admin@noksfishes.com.ua
Дата:
Сообщение: WTF