Re: [HACKERS] helpers to convert C types to postgres types (Array)

2010-01-29 Thread Merlin Moncure
On Fri, Jan 29, 2010 at 7:34 AM, Ivan Sergio Borgonovo wrote: > I'm still trying to collect all the bits to be able to read and > return several types of data in C functions. > > I'm looking for quick ways to deal with ArrayType. > > I'd expect some helper because these kind of operation should be

[HACKERS] helpers to convert C types to postgres types (Array)

2010-01-29 Thread Ivan Sergio Borgonovo
I'm still trying to collect all the bits to be able to read and return several types of data in C functions. I'm looking for quick ways to deal with ArrayType. I'd expect some helper because these kind of operation should be frequent and without any helper (function/macro) they really make the co