Re: [HACKERS] valgrind complaints in pgstat_write_statsfile

2004-11-24 Thread Tom Lane
Oliver Jowett <[EMAIL PROTECTED]> writes: > Seen in passing when running valgrind against a CVS HEAD build: >> ==28598== Syscall param write(buf) contains uninitialised or unaddressable >> byte(s) > Anything to be concerned about? AFAIK this represents valgrind complaining because we have writte

[HACKERS] valgrind complaints in pgstat_write_statsfile

2004-11-24 Thread Oliver Jowett
Seen in passing when running valgrind against a CVS HEAD build: ==28598== Syscall param write(buf) contains uninitialised or unaddressable byte(s) ==28598==at 0x1BABC558: write (in /lib/libc-2.3.4.so) ==28598==by 0x1BA7165D: (within /lib/libc-2.3.4.so) ==28598==by 0x1BA715FE: _IO_do_wr