Re: [HACKERS] 800RC1 valgrind-detected bug ?

2004-12-14 Thread Oliver Jowett
Tom Lane wrote: strk <[EMAIL PROTECTED]> writes: ==15489== Syscall param write(buf) contains uninitialised or unaddressable byte(s) Valgrind is fairly useless for debugging postgres, because it doesn't know the difference between alignment-pad bytes in a struct and real data. What you've got here

Re: [HACKERS] 800RC1 valgrind-detected bug ?

2004-12-14 Thread Tom Lane
strk <[EMAIL PROTECTED]> writes: > ==15489== Syscall param write(buf) contains uninitialised or unaddressable > byte(s) Valgrind is fairly useless for debugging postgres, because it doesn't know the difference between alignment-pad bytes in a struct and real data. What you've got here is a gripe