Re: forming tuple as an attribute inside another tuple in c function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marios Vodas <mvodas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: forming tuple as an attribute inside another tuple in c function
Date: 2010-09-27 00:32:26
Message-ID: 20318.1285547546@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Marios Vodas <mvodas(at)gmail(dot)com> 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2010-09-27 00:35:35 Re: recovery.conf location
Previous Message Tom Lane 2010-09-27 00:24:21 Re: [COMMITTERS] pgsql: Still more tweaking of git_changelog.