8000
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 9e8b994 commit 5e43beeCopy full SHA for 5e43bee
src/tools/valgrind.supp
@@ -93,6 +93,33 @@
93
fun:EndPrepare
94
}
95
96
+{
97
+ padding_bootstrap_initial_xlog_write
98
+ Memcheck:Param
99
+ write(buf)
100
+
101
+ ...
102
+ fun:BootStrapXLOG
103
+}
104
105
106
+ padding_bootstrap_control_file_write
107
108
109
110
111
+ fun:WriteControlFile
112
113
114
115
116
+ bootstrap_write_relmap_overlap
117
+ Memcheck:Overlap
118
+ fun:memcpy*
119
+ fun:write_relmap_file
120
+ fun:RelationMapFinishBootstrap
121
122
123
124
# gcc on ppc64 can generate a four-byte read to fetch the final "char" fields
125
# of a FormData_pg_cast. This is valid compiler behavior, because a proper
0 commit comments