Re: plperl features

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl features
Дата
Msg-id 717.1096477856@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: plperl features  (Sergej Sergeev <sergej@commandprompt.com>)
Ответы Re: plperl features
Re: plperl features
Список pgsql-patches
Sergej Sergeev <sergej@commandprompt.com> writes:
>> What happens if you feed other pseudotypes, like cstring or
>> language_handler?  Shouldn't that be disallowed or something?

> Other pseudo-types are disallowed (no-change)

No, because you diked out the check at lines 1452ff, rather than
upgrading it to something correct.

I find the "fn_retispseudo" and "arg_is_p" flags pretty bogus anyway
since they fail to indicate *which* pseudotype it is.  You might as
well just test for the specific type OID.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: plperl features
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: new target for contrib/Makefile