From: Andres Freund Date: Thu, 13 Nov 2014 23:59:40 +0000 (+0100) Subject: Adapt valgrind.supp to the XLogInsert() split. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=473f162ce1faabeb2d572b9805311081919e5deb;p=users%2Fheikki%2Fpostgres.git Adapt valgrind.supp to the XLogInsert() split. The CRC computation now happens in XLogInsertRecord(), not XLogInsert() itself anymore. --- diff --git a/src/tools/valgrind.supp b/src/tools/valgrind.supp index 91742d790b..4721c0a6fb 100644 --- a/src/tools/valgrind.supp +++ b/src/tools/valgrind.supp @@ -45,7 +45,7 @@ padding_XLogRecData_CRC Memcheck:Value8 - fun:XLogInsert + fun:XLogInsertRecord } {