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