- Notifications
You must be signed in to change notification settings - Fork5
Commitd50e256
committed
Fix another place that was assuming that a local variable declared as
"struct varlena" would be at least word-aligned. Per buildfarm resultsfrom gypsy_moth. I did a little bit of trawling for other instances ofthis coding pattern, and didn't find any; but if we turn up any moreof them I think we'd better revert the "char [4]" patch and find anotherway of making tuptoaster.c alignment-safe.1 parente04fa58 commitd50e256
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
519 |
| - | |
| 519 | + | |
| 520 | + | |
520 | 521 |
| |
521 | 522 |
| |
522 | 523 |
| |
| |||
707 | 708 |
| |
708 | 709 |
| |
709 | 710 |
| |
710 |
| - | |
| 711 | + | |
| 712 | + | |
711 | 713 |
| |
712 | 714 |
| |
713 | 715 |
| |
|
0 commit comments
Comments
(0)