Re: Current enums patch

Поиск
Список
Период
Сортировка
От Tom Dunstan
Тема Re: Current enums patch
Дата
Msg-id 461035ED.2020800@tomd.cc
обсуждение исходный текст
Ответ на Re: Current enums patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Current enums patch
Список pgsql-patches
Tom Lane wrote:
> The null Datum itself obviously doesn't carry that info, but the
> expression tree does, and there are provisions for letting functions
> retrieve that info --- see get_fn_expr_rettype and get_fn_expr_argtype.

Hmm. I vaguely remember that there was some feeling that the PLs
wouldn't always fill out the FmgrInfo struct, but perhaps that was just
the case with I/O functions.

>> ... could we
>> have a special rule that would look for e.g. a regtype as the first
>> parameter if the return type is generic and there are no generic parameters?
>
> I thought about that too but don't like it much.  The problem is mainly
> that it can only work for a constant regtype parameter.

OK, I give up. :) Why?

Thanks

Tom

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: bgwriter stats
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Current enums patch