Re: ERROR: index row size

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rodrigo Sakai" <rodrigo(dot)sakai(at)poli(dot)usp(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERROR: index row size
Date: 2007-06-03 04:12:17
Message-ID: 12939.1180843937@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Rodrigo Sakai" <rodrigo(dot)sakai(at)poli(dot)usp(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Kirkwood 2007-06-03 06:08:16 Re: ERROR: index row size
Previous Message Rodrigo Sakai 2007-06-03 02:40:15 ERROR: index row size