pgsql: Suppress some more valgrind whining about btree_gist. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress some more valgrind whining about btree_gist.
Date
Msg-id E1WlNoY-0002xu-46@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix a second cause of undersized pallocs for btree_gist indexes
Next
From: Tom Lane
Date:
Subject: pgsql: Make sure chr(int) can't create invalid UTF8 sequences.