Kjetil Haaland wrote:
> I have no managed to set the memorycontext to TopMemoryContext but it still
> doesn't work. The table with the integers is still working fine, but the
> table with the characters are no good and it crashes when i try to read it.
> In the log it says that there is a record with zero length.
>
> Does anyone have any suggestion of what could be wrong?
Are you handling NULLs correctly?
Hard to say -- if you really want help you'll need to post your C function.
Joe