Re: BUG #9085: Server segfault from psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hardy(dot)falk(at)blue-cable(dot)de
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9085: Server segfault from psql
Date: 2014-02-03 17:58:04
Message-ID: 1462.1391450284@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

hardy(dot)falk(at)blue-cable(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-02-03 19:56:28 Re: WTF
Previous Message admin 2014-02-03 17:24:50 WTF