Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9a0a12f

Browse files
committed
Add valgrind suppression for padding bytes in twophase records.
1 parent5a64cb7 commit9a0a12f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎src/tools/valgrind.supp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,22 @@
7575
fun:ReorderBufferSerializeTXN
7676
}
7777

78+
{
79+
padding_twophase_prepare
80+
Memcheck:Param
81+
write(buf)
82+
83+
...
84+
fun:EndPrepare
85+
}
86+
87+
88+
{
89+
padding_twophase_CRC
90+
Memcheck:Value8
91+
fun:EndPrepare
92+
}
93+
7894

7995
# gcc on ppc64 can generate a four-byte read to fetch the final "char" fields
8096
# of a FormData_pg_cast. This is valid compiler behavior, because a proper

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp