Re: valgrind complaints in pgstat_write_statsfile - Mailing list pgsql-hackers

From Tom Lane
Subject Re: valgrind complaints in pgstat_write_statsfile
Date
Msg-id 9953.1101313547@sss.pgh.pa.us
Whole thread Raw
In response to valgrind complaints in pgstat_write_statsfile  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-hackers
Oliver Jowett <oliver@opencloud.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


pgsql-hackers by date:

Previous
From: "Alberto Piña"
Date:
Subject: Encrypt data type LO
Next
From: James Robinson
Date:
Subject: Re: Encrypt data type LO