C function to return double precision[][] - Mailing list pgsql-hackers

From Markur Sens
Subject C function to return double precision[][]
Date
Msg-id F706E423-058A-4CC1-B519-57742DB8A85D@gmail.com
Whole thread Raw
Responses Re: C function to return double precision[][]
List pgsql-hackers
Is there any piece of code I could see how to achieve $subject ?
I haven’t found anything in the standard library or contrib modules.

I’m trying to build ArrayType ** of sorts and return a Datum of those but I can’t seem to manage memory correctly.






pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: [PATCH] Add function to_oct
Next
From: Jeff Davis
Date:
Subject: Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION }