On Mon, 17 May 1999, Tom Lane wrote:
> I poked around in the code for serial-column constraints, and found that
> Lockhart's last patch had a subtle bug --- he wrote more characters in
> the constraint text without increasing the space palloc'd for the
> string. That could maybe cause such a problem, depending on what
> happened to be living next door to the string... But I don't really
> think this explains your complaint, because according to the cvs log
> that change was made on 5/13, and you reported a problem quite some time
> before that. Still, please fetch the current cvs sources or apply this
> patch:
[snip]
> and let us know if anything changes...
Yep, that takes care of it! Thanks
Ole Gjerde