Thread: pgsql: Suppress some more valgrind whining about btree_gist.

pgsql: Suppress some more valgrind whining about btree_gist.

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/af215d8190e6ab170c02c24afd1be81f5a147481

Modified Files
--------------
contrib/btree_gist/btree_utils_var.c |   18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)