mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Adjust valgrind suppressions wrt 025c02420.
This commit is contained in:
parent
51c11a7025
commit
241f088f36
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
|||
padding_XLogRecData_CRC
|
||||
Memcheck:Value8
|
||||
|
||||
fun:pg_comp_crc32c
|
||||
fun:XLogRecordAssemble
|
||||
}
|
||||
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
{
|
||||
padding_twophase_CRC
|
||||
Memcheck:Value8
|
||||
fun:pg_comp_crc32c
|
||||
fun:EndPrepare
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue