]> granicus.if.org Git - postgresql/commitdiff
Adjust valgrind suppression to the changes in 2c03216d8311.
authorAndres Freund <andres@anarazel.de>
Thu, 18 Dec 2014 09:31:59 +0000 (10:31 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 18 Dec 2014 09:45:57 +0000 (10:45 +0100)
CRC computation is now done in XLogRecordAssemble.

src/tools/valgrind.supp

index 0df95eabf12c879bdd07d772b8097c54572fcaff..4ced800bec0dec172695cf5c5e74ca94e0df9ad8 100644 (file)
@@ -45,7 +45,7 @@
        padding_XLogRecData_CRC
        Memcheck:Value8
 
-       fun:XLogInsertRecord
+       fun:XLogRecordAssemble
 }
 
 {