Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a64cb7 commit 9a0a12fCopy full SHA for 9a0a12f
src/tools/valgrind.supp
@@ -75,6 +75,22 @@
75
fun:ReorderBufferSerializeTXN
76
}
77
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
92
93
94
95
# gcc on ppc64 can generate a four-byte read to fetch the final "char" fields
96
# of a FormData_pg_cast. This is valid compiler behavior, because a proper
0 commit comments