]> granicus.if.org Git - postgresql/commit
Suppress some more valgrind whining about btree_gist.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 May 2014 19:29:02 +0000 (15:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 May 2014 19:29:02 +0000 (15:29 -0400)
commitaf215d8190e6ab170c02c24afd1be81f5a147481
tree5a5b853fd6f384205e251af7fc073e2bf055f33d
parent39586bc1e971c136c4487b26eb7334dbbe23b102
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.
contrib/btree_gist/btree_utils_var.c