forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdcbbdb1
committed
Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData
as six bytes not eight. This fixes a regression test failure but moreimportantly avoids wasting four bytes of pad space in every tuple header.Also add some commentary about what's going on.1 parentd0f6ae6 commitdcbbdb1
1 file changed
+17
-3
lines changedLines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
26 | 36 |
| |
27 | 37 |
| |
28 | 38 |
| |
29 | 39 |
| |
30 | 40 |
| |
31 |
| - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
32 | 46 |
| |
33 | 47 |
| |
34 | 48 |
| |
|
0 commit comments
Comments
(0)