Re: Returning Vector of Pairs with a PostgreSQL C Extension Function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: TalGloz <glozmantal(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Returning Vector of Pairs with a PostgreSQL C Extension Function
Date: 2018-08-25 16:31:22
Message-ID: 15017.1535214682@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

TalGloz <glozmantal(at)gmail(dot)com> writes:
> Datum* elements[2];

Datum, not Datum*.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message TalGloz 2018-08-25 17:13:56 Re: Returning Vector of Pairs with a PostgreSQL C Extension Function
Previous Message TalGloz 2018-08-25 15:57:07 Re: Returning Vector of Pairs with a PostgreSQL C Extension Function