Re: Mysterious Bus Error with get_fn_expr_argtype()

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Mysterious Bus Error with get_fn_expr_argtype()
Дата
Msg-id 8959BC35-F7A3-4583-87CB-94B626908FED@kineticode.com
обсуждение исходный текст
Ответ на Re: Mysterious Bus Error with get_fn_expr_argtype()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sep 2, 2008, at 11:06, Tom Lane wrote:

> Better try that again.
>
> regression=# select 1043::regtype;
>      regtype
> -------------------
> character varying
> (1 row)
>
> regression=#
>
> I see no need for two functions here.

Oh. I tried:

try=# select 1::regtype; regtype
--------- 1

I had assumed that 1 would be some type, but apparently not. Oops.

Best,

David


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Question regarding the database page layout.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: WIP patch: Collation support