forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc9a7345
committed
>the extra level of struct naming for pd_opaque has no obvious
>usefulness.>>> [...] should I post a patch that puts pagesize directly into>> PageHeaderData?>>If you're so inclined. Given that pd_opaque is hidden in those macros,>there wouldn't be much of any gain in readability either, so I haven't>worried about changing the declaration.Thanks for the clarification. Here is the patch. Not much gain, but atleast it saves the next junior hacker from scratching his head ...Manfred Koizar1 parent22347d6 commitc9a7345
2 files changed
+18
-26
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 |
| - | |
| 68 | + | |
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
| |||
92 | 91 |
| |
93 | 92 |
| |
94 | 93 |
| |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
114 | 106 |
| |
115 | 107 |
| |
116 | 108 |
| |
| |||
124 | 116 |
| |
125 | 117 |
| |
126 | 118 |
| |
127 |
| - | |
| 119 | + | |
128 | 120 |
| |
129 | 121 |
| |
130 | 122 |
| |
| |||
216 | 208 |
| |
217 | 209 |
| |
218 | 210 |
| |
219 |
| - | |
| 211 | + | |
220 | 212 |
| |
221 | 213 |
| |
222 | 214 |
| |
223 | 215 |
| |
224 | 216 |
| |
225 | 217 |
| |
226 |
| - | |
| 218 | + | |
227 | 219 |
| |
228 | 220 |
| |
229 | 221 |
| |
|
0 commit comments
Comments
(0)