Andrew Dunstan wrote:
>
> there were 3 calls to MemSet it complained about - all in
> src/backend/storage/lmgr/proc.c, and all zeroing out the timeval
> structure. (is MemSet actually a gain in this instance?)
And looking at it even closer, 2 of the 3 cases of calling MemSet appear
to be unnecessary, as the zeroed out values are immediately overwritten.
cheers
andrew