Re: BUG #9085: Server segfault from psql - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #9085: Server segfault from psql
Date
Msg-id 1462.1391450284@sss.pgh.pa.us
Whole thread Raw
In response to BUG #9085: Server segfault from psql  (hardy.falk@blue-cable.de)
List 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 by date:

Previous
From: hardy.falk@blue-cable.de
Date:
Subject: BUG #9085: Server segfault from psql
Next
From: admin@noksfishes.com.ua
Date:
Subject: WTF