Why does load_external_function() return PGFunction?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Why does load_external_function() return PGFunction?
Дата
Msg-id 20180206200205.f5kvbyn6jawtzi6s@alap3.anarazel.de
обсуждение исходный текст
Ответы Re: Why does load_external_function() return PGFunction?
Список pgsql-hackers
Hi,

We've several callers to load_external_function() that do not use the
returned value as a PGFunction. I'd vote for changing the return type to
void * and have fmgr.c cast it to PGFunction after verifying the
function's magic.

Greetings,

Andres Freund


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: RelOptInfo -> Relation
Следующее
От: Robert Haas
Дата:
Сообщение: Re: RelOptInfo -> Relation