Skip to content

Commit 6e611f7

Browse files
author
hackorum
committed
Apply 32-bit-supression.patch
1 parent 6e89028 commit 6e611f7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/tools/valgrind.supp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
fun:pgstat_write_statsfiles
2424
}
2525

26+
{
27+
padding_XLogRecData_CRC_32_bit
28+
Memcheck:Value4
29+
30+
fun:pg_comp_crc32c*
31+
fun:XLogRecordAssemble
32+
}
33+
2634
{
2735
padding_XLogRecData_CRC
2836
Memcheck:Value8

0 commit comments

Comments
 (0)