Olivier PRENANT <ohp(at)pyrenet(dot)fr> writes:
> I made a patch against 7.0. Do you need it?
> Actually it's quite simple and only ocurs and datetime.c.
> afterline 2156, I added : *(str + 28 + MAXSTZLEN) = '\0';
> and after line 2166, I added : *(str + 25 + MAXTZLEN) = '\0';
> It works for me !!
I used StrNCpy instead, but thanks for confirming that that fixes it
for you.
regards, tom lane