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

Skip to content

Commit 72950dc

Browse files
committed
Adjust valgrind suppression to the changes in 2c03216.
CRC computation is now done in XLogRecordAssemble.
1 parent 43b5617 commit 72950dc

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:XLogInsertRecord
48+
fun:XLogRecordAssemble
4949
}
5050

5151
{

0 commit comments

Comments
 (0)