Suppress some more valgrind whining about btree_gist.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| contrib/btree_gist/btree_utils_var.c | modified | +10 −8 |