Re: bug #1702: nested composite types in plpgsql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Roman Neuhauser <neuhauser(at)sigpipe(dot)cz>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bug #1702: nested composite types in plpgsql
Date: 2005-09-13 16:17:06
Message-ID: 24627.1126628226@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Roman Neuhauser <neuhauser(at)sigpipe(dot)cz> writes:
> Looking at src/pl/plpgsql/src/pl_exec.c for the first time, is it a problem
> of make_tuple_from_row() not accounting for nested composite types?

Looks that way. I've committed a fix to HEAD. I'm not sure how hard
it'd be to fix 8.0.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Douglas McNaught 2005-09-13 16:21:45 Re: Spinlocks, yet again: analysis and proposed patches
Previous Message Josh Berkus 2005-09-13 16:14:09 Re: Materialized Views in PostgreSQL