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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What's the correct way to use FunctionCallInvoke()?
Дата
Msg-id 16713.1181281493@sss.pgh.pa.us
обсуждение исходный текст
Ответ на What's the correct way to use FunctionCallInvoke()?  (Zoltan Boszormenyi <zb@cybertec.at>)
Список 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 по дате отправления: