Commit 473f162c authored by Andres Freund's avatar Andres Freund

Adapt valgrind.supp to the XLogInsert() split.

The CRC computation now happens in XLogInsertRecord(), not
XLogInsert() itself anymore.
parent be09ceb2
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
padding_XLogRecData_CRC padding_XLogRecData_CRC
Memcheck:Value8 Memcheck:Value8
fun:XLogInsert fun:XLogInsertRecord
} }
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment