Re: [HACKERS] heaptuple over the network

2006-03-04 Thread Alvaro Herrera
Mon Nsi wrote: Hi, > My question, and I am not a DB expert, I just deal > with raw data. What other information do I need to > include from struct HeapTupleData in order for that > data to make sense on the other end (to rebuild a > HeapTuple from it). > > I understand that: > > data_address =

[HACKERS] heaptuple over the network

2006-03-04 Thread Mon Nsi
Hello list, I would like to be able to send the HeapTuple returned by ExecFetchSlotTuple() over the network (socket) to another postmaster process that's waiting for it. I don't need to decode it, just send bytes. My question, and I am not a DB expert, I just deal with raw data. What other inform