Hello,

I'm new in postgreSQL programming. I try to print a tuple from tupleTableSlot structure..
for example..

outerTupleSlot = ExecHashJoinOuterGetTuple(outerNode,
                                                           node,
&hashvalue);

how to extract a tuple value?

there are any kind of documentation about that?

Regards.


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to