mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
Refresh function name in CRC-associated Valgrind suppressions.
Back-patch to 9.5, where commit 4f700bcd20
first appeared.
Reviewed by Tom Lane. Reported by Andrew Dunstan.
Discussion: https://postgr.es/m/4dfabec2-a3ad-0546-2d62-f816c97edd0c@2ndQuadrant.com
This commit is contained in:
parent
ec5d6fc4ae
commit
26056b3ba8
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
padding_XLogRecData_CRC
|
||||
Memcheck:Value8
|
||||
|
||||
fun:pg_comp_crc32c
|
||||
fun:pg_comp_crc32c*
|
||||
fun:XLogRecordAssemble
|
||||
}
|
||||
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
{
|
||||
padding_twophase_CRC
|
||||
Memcheck:Value8
|
||||
fun:pg_comp_crc32c
|
||||
fun:pg_comp_crc32c*
|
||||
fun:EndPrepare
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue