Re: [HACKERS] Re: atttypmod of 0

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Re: atttypmod of 0
Дата
Msg-id 199802051757.MAA06904@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: atttypmod of 0  (Zeugswetter Andreas DBT <Andreas.Zeugswetter@telecom.at>)
Ответы Re: [HACKERS] Re: atttypmod of 0
Список pgsql-hackers
>
>    This  time  it's during the parser (gdb told me). varcharin()
>     is called with a atttypmod of  0  causing  a  palloc()  of  0
>     bytes.  How should a VARCHAR type whithout a specified length
>     behave? Is this type 1 character or a  variable  size  up  to
>     4096?
>
> I thought we fixed this on Feb 3. look at
> parse_expr.c line 104: it should read:
>                                 if (con->typename != NULL)
> !                                       result = parser_typecast(val,
> con->typename, -1);
>                                 else
>
> I think all funcs calling with atttypmod = 0 are allways wrong, should
> be -1.
> or a number > 0 (or 4 if atttypmod includes the VARHDRSZ don't know)

It does include the VARHDRSZ.

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: atttypmod problem
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [HACKERS] connection troubles