Re: BUG #5777: Server crash with function out params returned as record - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5777: Server crash with function out params returned as record
Date
Msg-id 12729.1291174603@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5777: Server crash with function out params returned as record  ("Nate Carson" <nate1001@gmail.com>)
List pgsql-bugs
"Nate Carson" <nate1001@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

pgsql-bugs by date:

Previous
From: "Nate Carson"
Date:
Subject: BUG #5777: Server crash with function out params returned as record
Next
From: "carriager"
Date:
Subject: BUG #5778: pgAdminIII 1.12.1 Japanese Translation File