Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 473f162

Browse files
committed
Adapt valgrind.supp to the XLogInsert() split.
The CRC computation now happens in XLogInsertRecord(), not XLogInsert() itself anymore.
1 parent be09ceb commit 473f162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/valgrind.supp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
padding_XLogRecData_CRC
4646
Memcheck:Value8
4747

48-
fun:XLogInsert
48+
fun:XLogInsertRecord
4949
}
5050

5151
{

0 commit comments

Comments
 (0)