File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 92
92
}
93
93
94
94
95
+ {
96
+ padding_bootstrap_initial_xlog_write
97
+ Memcheck:Param
98
+ write(buf)
99
+
100
+ ...
101
+ fun:BootStrapXLOG
102
+ }
103
+
104
+ {
105
+ padding_bootstrap_initial_xlog_CRC
106
+ Memcheck:Value8
107
+ fun:BootStrapXLOG
108
+ fun:AuxiliaryProcessMain
109
+ }
110
+
111
+ {
112
+ padding_bootstrap_control_file_write
113
+ Memcheck:Param
114
+ write(buf)
115
+
116
+ ...
117
+ fun:WriteControlFile
118
+ fun:BootStrapXLOG
119
+ }
120
+
121
+ {
122
+ padding_bootstrap_control_file_CRC
123
+ Memcheck:Value8
124
+ fun:WriteControlFile
125
+ fun:BootStrapXLOG
126
+ }
127
+
128
+ {
129
+ bootstrap_write_relmap_overlap
130
+ Memcheck:Overlap
131
+ fun:memcpy*
132
+ fun:write_relmap_file
133
+ fun:RelationMapFinishBootstrap
134
+ }
135
+
136
+
95
137
# gcc on ppc64 can generate a four-byte read to fetch the final "char" fields
96
138
# of a FormData_pg_cast. This is valid compiler behavior, because a proper
97
139
# FormData_pg_cast has trailing padding. Tuples we treat as structures omit
You can’t perform that action at this time.
0 commit comments