On 8/25/17 14:34, Fabiana Zioti wrote:
> I'm developing an extension to PostgreSQL using C. I created a
> user-defined type called geo_trajc_elem. I also created a function to
> generate an array of this new type.
> In this case, it is not possible to use get_fn_expr_argtype because I am
> not pas
On Fri, Aug 25, 2017 at 2:34 PM, Fabiana Zioti
wrote:
>
> I'm developing an extension to PostgreSQL using C. I created a
> user-defined type called geo_trajc_elem. I also created a function to
> generate an array of this new type.
>
>
> ()
>
> ArrayType *result_array;
> struct geo_trajc_e
I'm developing an extension to PostgreSQL using C. I created a user-defined
type called geo_trajc_elem. I also created a function to generate an array of
this new type.
()
ArrayType *result_array;
struct geo_trajc_elem *traje = (struct geo_trajc_elem *)palloc(sizeof(struct
geo_trajc