Re: forming tuple as an attribute inside another tuple in c function - Mailing list pgsql-hackers

From Tom Lane
Subject Re: forming tuple as an attribute inside another tuple in c function
Date
Msg-id [email protected]
Whole thread Raw
In response to forming tuple as an attribute inside another tuple in c function  (Marios Vodas <[email protected]>)
Responses Re: forming tuple as an attribute inside another tuple in c function
List pgsql-hackers
Marios Vodas <[email protected]> writes:
> Is it posible? Either by using heap_form_tuple or BuildTupleFromCStrings.

heap_form_tuple followed by HeapTupleGetDatum should work; that's what's
done in ExecEvalRow() for instance.  You've omitted to tell us just
what's going wrong for you.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Still more tweaking of git_changelog.
Next
From: Jaime Casanova
Date:
Subject: Re: recovery.conf location