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 473f162

Browse filesBrowse files
committed
Adapt valgrind.supp to the XLogInsert() split.
The CRC computation now happens in XLogInsertRecord(), not XLogInsert() itself anymore.
1 parent be09ceb commit 473f162
Copy full SHA for 473f162

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎src/tools/valgrind.supp

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

48-
fun:XLogInsert
48+
fun:XLogInsertRecord
4949
}
5050

5151
{

0 commit comments

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