- Notifications
You must be signed in to change notification settings - Fork5
Commit8023b58
committed
Remove nearly-unused SizeOfIptrData macro.
Past refactorings have removed all but one reference to SizeOfIptrData(and that one place was in a pretty noncritical spot). Since nobody'scomplained, it seems probable that there are no supported compilersthat don't think sizeof(ItemPointerData) is 6. If there are, we'rewasting MAXALIGN per heap tuple anyway, so it's rather silly to worryabout whether we can shave space in places like WAL records.Pavan DeolaseeDiscussion: <CABOikdOOawDda4hwLOT6zdA6MFfPLu3Z2YBZkX0JdayNS6JOeQ@mail.gmail.com>1 parent96dd77d commit8023b58
2 files changed
+3
-7
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 33 | + | |
| 34 | + | |
36 | 35 |
| |
37 | 36 |
| |
38 | 37 |
| |
| |||
46 | 45 |
| |
47 | 46 |
| |
48 | 47 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 | 48 |
| |
53 | 49 |
| |
54 | 50 |
| |
|
0 commit comments
Comments
(0)