Refresh function name in CRC-associated Valgrind suppressions.
authorNoah Misch <[email protected]>
Sat, 6 Jun 2020 03:10:53 +0000 (20:10 -0700)
committerNoah Misch <[email protected]>
Sat, 6 Jun 2020 03:10:58 +0000 (20:10 -0700)
Back-patch to 9.5, where commit 4f700bcd20c087f60346cb8aefd0e269be8e2157
first appeared.

Reviewed by Tom Lane.  Reported by Andrew Dunstan.

Discussion: https://postgr.es/m/4dfabec2-a3ad-0546-2d62-f816c97edd0c@2ndQuadrant.com

src/tools/valgrind.supp

index f0436789275fffdfb1bddec1797fdf2c109375cc..8ee9ee062334aa589090b30ace2704c46146aa68 100644 (file)
@@ -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
 }