Commit fde7c01
committed
Silence warning in older versions of Valgrind
Due to misunderstanding on my part, commit 235328e did not go far
enough to silence older versions of Valgrind. For those, it was the bit
scan that was problematic, not the subsequent bit-masking operation. To
fix, use the unaligned path for the trailing bytes. Since we don't have
a bit scan here anymore, also remove some comments and endian-specific
coding around that.
Reported-by: Anton A. Melnikov <a.melnikov@postgrespro.ru>
Discussion: https://postgr.es/m/f3aa2d45-3b28-41c5-9499-a1bc30e0f8ec@postgrespro.ru
Backpatch-through: 171 parent 16eff42 commit fde7c01
1 file changed
+3
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
262 | 260 | | |
263 | 261 | | |
264 | 262 | | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
| 263 | + | |
275 | 264 | | |
276 | 265 | | |
277 | 266 | | |
278 | 267 | | |
279 | 268 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | 269 | | |
284 | | - | |
285 | 270 | | |
286 | 271 | | |
287 | 272 | | |
| |||
290 | 275 | | |
291 | 276 | | |
292 | 277 | | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
| 278 | + | |
| 279 | + | |
300 | 280 | | |
301 | 281 | | |
302 | 282 | | |
| |||
0 commit comments