Re: bug #1702: nested composite types in plpgsql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug #1702: nested composite types in plpgsql
Date
Msg-id 24627.1126628226@sss.pgh.pa.us
Whole thread Raw
In response to bug #1702: nested composite types in plpgsql  (Roman Neuhauser <neuhauser@sigpipe.cz>)
Responses Re: bug #1702: nested composite types in plpgsql
List pgsql-hackers
Roman Neuhauser <neuhauser@sigpipe.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


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Spinlocks, yet again: analysis and proposed patches
Next
From: Josh Berkus
Date:
Subject: Re: Materialized Views in PostgreSQL