Re: type casting troubles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: type casting troubles
Дата
Msg-id 1196.1000955976@sss.pgh.pa.us
обсуждение исходный текст
Ответ на type casting troubles  (Thomas Lockhart <lockhart@fourpalms.org>)
Список pgsql-hackers
Thomas Lockhart <lockhart@fourpalms.org> writes:
> #2  0x806cb34 in TupleDescInitEntry (desc=0x82d6304, attributeNumber=1, 
>     attributeName=0x1f8 <Address 0x1f8 out of bounds>, oidtypeid=1184,
> typmod=-1, attdim=0, 
>     attisset=0 '\000') at tupdesc.c:365

This appears to indicate that you have a Resdom node with an invalid
resname field.  Seems like that wouldn't be a datatype-specific issue
at all.  Have you changed the handling of cast() nodes?
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: type casting troubles
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Returning NULL from functions