Bruce Momjian wrote:
> This was the fix. In the code it was:
>
> ((attlen) == sizeof(char)) ? \
> ( \
> (long)(cur_offset) \
> ) \
>
Needs one more tweak.
In backend/commands/copy.c May I suggest at line 664:
ptr = (char *)att_align(ptr, attr[i]->attlen, attr[i]->attalign)
^^^^^^^^