Re: What's the correct way to use FunctionCallInvoke()? - Mailing list pgsql-general

From Tom Lane
Subject Re: What's the correct way to use FunctionCallInvoke()?
Date
Msg-id 16713.1181281493@sss.pgh.pa.us
Whole thread Raw
In response to What's the correct way to use FunctionCallInvoke()?  (Zoltan Boszormenyi <zb@cybertec.at>)
List pgsql-general
Zoltan Boszormenyi <zb@cybertec.at> writes:
>   FmgrInfo              flinfo1;

>   MemSet(&flinfo1, 0, sizeof(flinfo1));

This is certainly not the approved way to set up an FmgrInfo.
Use fmgr_info().

            regards, tom lane

pgsql-general by date:

Previous
From: Tino Wildenhain
Date:
Subject: Re: Creditcard Number Security was Re: Encrypted column
Next
From: "Peter Childs"
Date:
Subject: Re: list all columns in db