Re: BUG #5777: Server crash with function out params returned as record

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nate Carson" <nate1001(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5777: Server crash with function out params returned as record
Date: 2010-12-01 03:36:43
Message-ID: 12729.1291174603@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Nate Carson" <nate1001(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message carriager 2010-12-01 05:12:02 BUG #5778: pgAdminIII 1.12.1 Japanese Translation File
Previous Message Nate Carson 2010-12-01 02:46:07 BUG #5777: Server crash with function out params returned as record