Suppress some more valgrind whining about btree_gist.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: af215d8190e6ab170c02c24afd1be81f5a147481
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-05-16T19:29:02Z
Releases: 9.4.0
Suppress some more valgrind whining about btree_gist.

A couple of functions didn't bother to zero out pad bytes in datums that
would ultimately go to disk.  Harmless, but valgrind doesn't know that.

Files

PathChange+/−
contrib/btree_gist/btree_utils_var.c modified +10 −8