Re: What's the correct way to use FunctionCallInvoke()?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zoltan Boszormenyi <zb(at)cybertec(dot)at>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What's the correct way to use FunctionCallInvoke()?
Date: 2007-06-08 05:44:53
Message-ID: 16713.1181281493@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Zoltan Boszormenyi <zb(at)cybertec(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Childs 2007-06-08 07:21:19 Re: list all columns in db
Previous Message Tino Wildenhain 2007-06-08 05:14:14 Re: Creditcard Number Security was Re: Encrypted column