Re: valgrind complaints in pgstat_write_statsfile

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: valgrind complaints in pgstat_write_statsfile
Date: 2004-11-24 16:25:47
Message-ID: 9953.1101313547@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oliver Jowett <oliver(at)opencloud(dot)com> 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 written out
structs containing unused/uninitialized pad bytes.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message James Robinson 2004-11-24 16:34:58 Re: Encrypt data type LO
Previous Message Alberto Pia 2004-11-24 16:24:07 Encrypt data type LO