forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0600d27
committed
Silence warning in older versions of Valgrind
Due to misunderstanding on my part, commit235328e did not go farenough to silence older versions of Valgrind. For those, it was the bitscan that was problematic, not the subsequent bit-masking operation. Tofix, use the unaligned path for the trailing bytes. Since we don't havea bit scan here anymore, also remove some comments and endian-specificcoding around that.Reported-by: Anton A. Melnikov <a.melnikov@postgrespro.ru>Discussion:https://postgr.es/m/f3aa2d45-3b28-41c5-9499-a1bc30e0f8ec@postgrespro.ruBackpatch-through: 171 parent2421e9a commit0600d27
1 file changed
+3
-23
lines changedLines changed: 3 additions & 23 deletions
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
Comments
(0)