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:57 +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 af03051260b28a302770c8e7549098c572a77bf3..ead3085831467a2bd11d4039f77c676145181357 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
 }