Re: [HACKERS] Missing array support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Missing array support
Дата
Msg-id 21027.1057020582@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Missing array support  (Joe Conway <mail@joeconway.com>)
Список pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> One note; this change
>> ! get_fn_expr_rettype(FunctionCallInfo fcinfo)
>> to
>> ! get_fn_expr_rettype(FmgrInfo *flinfo)

> is a good example why some things, particularly PLs, are better off
> being in the main source tree rather than on gborg (or someplace else).
> PL/R uses get_fn_expr_rettype() and get_fn_expr_argtype(), so it's now
> broken as of CVS tip :(

Sorry about that.  I suspected you had some calls I didn't know about,
but there wasn't much I could do about 'em; and I wanted to correct the
function signatures before anything else started to depend on them.

            regards, tom lane

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: [HACKERS] Missing array support
Следующее
От: Jon Jensen
Дата:
Сообщение: Typo in backend/libpq/be-secure.c