1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-12 15:23:02 +03:00

Adjust valgrind suppressions wrt 025c02420.

This commit is contained in:
Andres Freund
2015-03-15 17:37:07 +01:00
parent 51c11a7025
commit 241f088f36

View File

@@ -45,6 +45,7 @@
padding_XLogRecData_CRC padding_XLogRecData_CRC
Memcheck:Value8 Memcheck:Value8
fun:pg_comp_crc32c
fun:XLogRecordAssemble fun:XLogRecordAssemble
} }
@@ -88,6 +89,7 @@
{ {
padding_twophase_CRC padding_twophase_CRC
Memcheck:Value8 Memcheck:Value8
fun:pg_comp_crc32c
fun:EndPrepare fun:EndPrepare
} }