Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26056b3

Browse filesBrowse files
committed
Refresh function name in CRC-associated Valgrind suppressions.
Back-patch to 9.5, where commit 4f700bc first appeared. Reviewed by Tom Lane. Reported by Andrew Dunstan. Discussion: https://postgr.es/m/4dfabec2-a3ad-0546-2d62-f816c97edd0c@2ndQuadrant.com
1 parent ec5d6fc commit 26056b3
Copy full SHA for 26056b3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/tools/valgrind.supp

Copy file name to clipboardExpand all lines: src/tools/valgrind.supp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
padding_XLogRecData_CRC
4646
Memcheck:Value8
4747

48-
fun:pg_comp_crc32c
48+
fun:pg_comp_crc32c*
4949
fun:XLogRecordAssemble
5050
}
5151

@@ -89,7 +89,7 @@
8989
{
9090
padding_twophase_CRC
9191
Memcheck:Value8
92-
fun:pg_comp_crc32c
92+
fun:pg_comp_crc32c*
9393
fun:EndPrepare
9494
}
9595

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.