"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
pgsql-hackers by date
| Next: | From: Mark Kirkwood | Date: 2007-06-03 06:08:16 |
| Subject: Re: ERROR: index row size |
| Previous: | From: Rodrigo Sakai | Date: 2007-06-03 02:40:15 |
| Subject: ERROR: index row size |