]> granicus.if.org Git - postgresql/commitdiff
Adapt valgrind.supp to the XLogInsert() split.
authorAndres Freund <andres@anarazel.de>
Thu, 13 Nov 2014 23:59:40 +0000 (00:59 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 13 Nov 2014 23:59:40 +0000 (00:59 +0100)
The CRC computation now happens in XLogInsertRecord(), not
XLogInsert() itself anymore.

src/tools/valgrind.supp

index 91742d790bce6c0e8cfaccd0822875cfd5ca82d3..4721c0a6fb6dbbc85a281088c75840c79c812838 100644 (file)
@@ -45,7 +45,7 @@
        padding_XLogRecData_CRC
        Memcheck:Value8
 
-       fun:XLogInsert
+       fun:XLogInsertRecord
 }
 
 {