Skip to content

Commit 241f088

Browse files
committed
Adjust valgrind suppressions wrt 025c024.
1 parent 51c11a7 commit 241f088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/valgrind.supp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
padding_XLogRecData_CRC
4646
Memcheck:Value8
4747

48+
fun:pg_comp_crc32c
4849
fun:XLogRecordAssemble
4950
}
5051

@@ -88,6 +89,7 @@
8889
{
8990
padding_twophase_CRC
9091
Memcheck:Value8
92+
fun:pg_comp_crc32c
9193
fun:EndPrepare
9294
}
9395

0 commit comments

Comments
 (0)