Re: Returning Vector of Pairs with a PostgreSQL C Extension Function - Mailing list pgsql-general

From Tom Lane
Subject Re: Returning Vector of Pairs with a PostgreSQL C Extension Function
Date
Msg-id 15017.1535214682@sss.pgh.pa.us
Whole thread Raw
In response to Re: Returning Vector of Pairs with a PostgreSQL C ExtensionFunction  (TalGloz <glozmantal@gmail.com>)
Responses Re: Returning Vector of Pairs with a PostgreSQL C ExtensionFunction
Re: Returning Vector of Pairs with a PostgreSQL C ExtensionFunction
List pgsql-general
TalGloz <glozmantal@gmail.com> writes:
>         Datum*       elements[2];

Datum, not Datum*.

            regards, tom lane


pgsql-general by date:

Previous
From: TalGloz
Date:
Subject: Re: Returning Vector of Pairs with a PostgreSQL C ExtensionFunction
Next
From: TalGloz
Date:
Subject: Re: Returning Vector of Pairs with a PostgreSQL C ExtensionFunction