You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Silence a couple of spurious valgrind warnings in inval.c.
Define padding bytes in SharedInvalidationMessage structs to bedefined. Otherwise the sinvaladt.c ringbuffer, which is accessed bymultiple processes, will cause spurious valgrind warnings aboutundefined memory being used. That's because valgrind remembers theundefined bytes from the last local process's store, not realizingthat another process has written since, filling the previouslyuninitialized bytes.