"Nate Carson" <nate1...@gmail.com> writes:
> create or replace function test(out integer, out numeric)
>     as $$
>     select (1, 2.1)
>     $$
>     language sql;

> test=# select * from test();
> server closed the connection unexpectedly

Huh ... seems that's been broken since 8.1.  Surprising nobody noticed
before.  Thanks for the report!

                        regards, tom lane

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to