Re: parse_expr.c:typecast_expression:return immediate on NULL input

Поиск
Список
Период
Сортировка
От Hannes Eder
Тема Re: parse_expr.c:typecast_expression:return immediate on NULL input
Дата
Msg-id 005101c82df8$1de22b80$59a68280$@net
обсуждение исходный текст
Ответ на Re: parse_expr.c:typecast_expression:return immediate on NULL input  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane <tgl@sss.pgh.pa.us> writes:
> Hannes Eder <Hannes@HannesEder.net> writes:
> > in parse_expr.c:typecast_expression: return immediate on NULL
> input, i.e. do not lookup target type Oid as it is not required.
>
> I think the existing ordering is intentional, to detect and error
> out if the given typename is bogus.

Ups, yes, you are right. typecast_expression calls typenameTypeId and
this calls typenameType, which will ereport an error if the typename
cannot be found.

-Hannes


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

Предыдущее
От: "Marko Kreen"
Дата:
Сообщение: Re: Cleaner API for appendStringInfoVA
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Cleaner API for appendStringInfoVA