doubts about toast_flatten_tuple_attribute/heap_form_tuple - Mailing list pgsql-hackers

From Zdenek Kotala
Subject doubts about toast_flatten_tuple_attribute/heap_form_tuple
Date
Msg-id 48EB6CB0.5010909@sun.com
Whole thread Raw
Responses Re: doubts about toast_flatten_tuple_attribute/heap_form_tuple  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I'm trying write tuple conversion function and now I'm hit problem with 
composite data types. Composite data types can contain inner composite 
data types. Is there any limit? And I found that heap_form_tuple calls  toast_flatten_tuple_attribute only one level
compositetype. Is it bug?
 

Thanks Zdenek


pgsql-hackers by date:

Previous
From: "Robert Haas"
Date:
Subject: Re: Reducing some DDL Locks to ShareLock
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Infrastructure changes for recovery