C function to return double precision[][]

From: Markur Sens <markursens(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: C function to return double precision[][]
Date: 2023-08-21 19:31:47
Message-ID: F706E423-058A-4CC1-B519-57742DB8A85D@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2023-08-21 19:44:55 Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION }
Previous Message Nathan Bossart 2023-08-21 19:15:28 Re: [PATCH] Add function to_oct