Re: ERROR: index row size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: index row size
Дата
Msg-id 12939.1180843937@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: index row size  ("Rodrigo Sakai" <rodrigo.sakai@poli.usp.br>)
Список pgsql-hackers
"Rodrigo Sakai" <rodrigo.sakai@poli.usp.br> writes:
>   I developed a new data type using C and add this new type on PostgreSQL.
> Basically, the data type is: (DateADT, DateADT) with some temporal rules
> that I'm researching! The data type is ok; the in, out, receive and send
> functions are ok; some operations are ok. But the index operators and
> functions are not working properly! Actually I can use them, but in some
> cases an error occurs about index row size.

You have a bug in your datatype code.  There's no way an 8-byte datatype
should produce that error.
        regards, tom lane


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

Предыдущее
От: "Rodrigo Sakai"
Дата:
Сообщение: ERROR: index row size
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: ERROR: index row size