forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4e9fc3a
committed
Return data from heap_page_prune via a struct.
Previously, one of the values in the struct was returned as the returnvalue, and another was returned via an output parameter. Inpreparation for returning more stuff, consolidate both values into astruct returned via an output parameter.Melanie Plageman, reviewed by Andres Freund and by me.Discussion:https://postgr.es/m/CAAKRu_br124qsGJieuYA0nGjywEukhK1dKBfRdby_4yY3E9SXA%40mail.gmail.com1 parent22ff5c9 commit4e9fc3a
File tree
4 files changed
+33
-31
lines changed- src
- backend/access/heap
- include/access
- tools/pgindent
4 files changed
+33
-31
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
159 |
| - | |
| 158 | + | |
160 | 159 |
| |
161 |
| - | |
162 |
| - | |
| 160 | + | |
163 | 161 |
| |
164 | 162 |
| |
165 | 163 |
| |
166 |
| - | |
| 164 | + | |
167 | 165 |
| |
168 | 166 |
| |
169 | 167 |
| |
| |||
175 | 173 |
| |
176 | 174 |
| |
177 | 175 |
| |
178 |
| - | |
| 176 | + | |
179 | 177 |
| |
180 |
| - | |
| 178 | + | |
181 | 179 |
| |
182 | 180 |
| |
183 | 181 |
| |
| |||
204 | 202 |
| |
205 | 203 |
| |
206 | 204 |
| |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 | 205 |
| |
211 | 206 |
| |
212 | 207 |
| |
213 |
| - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
214 | 211 |
| |
215 |
| - | |
| 212 | + | |
216 | 213 |
| |
217 | 214 |
| |
218 |
| - | |
| 215 | + | |
219 | 216 |
| |
220 | 217 |
| |
221 |
| - | |
222 | 218 |
| |
223 | 219 |
| |
224 | 220 |
| |
| |||
244 | 240 |
| |
245 | 241 |
| |
246 | 242 |
| |
| 243 | + | |
| 244 | + | |
| 245 | + | |
247 | 246 |
| |
248 | 247 |
| |
249 | 248 |
| |
| |||
318 | 317 |
| |
319 | 318 |
| |
320 | 319 |
| |
321 |
| - | |
| 320 | + | |
322 | 321 |
| |
323 | 322 |
| |
324 | 323 |
| |
| |||
419 | 418 |
| |
420 | 419 |
| |
421 | 420 |
| |
422 |
| - | |
423 |
| - | |
424 |
| - | |
| 421 | + | |
425 | 422 |
| |
426 | 423 |
| |
427 | 424 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1544 | 1544 |
| |
1545 | 1545 |
| |
1546 | 1546 |
| |
1547 |
| - | |
1548 |
| - | |
| 1547 | + | |
| 1548 | + | |
1549 | 1549 |
| |
1550 | 1550 |
| |
1551 | 1551 |
| |
1552 |
| - | |
1553 | 1552 |
| |
1554 | 1553 |
| |
1555 | 1554 |
| |
| |||
1572 | 1571 |
| |
1573 | 1572 |
| |
1574 | 1573 |
| |
1575 |
| - | |
1576 | 1574 |
| |
1577 | 1575 |
| |
1578 | 1576 |
| |
| |||
1581 | 1579 |
| |
1582 | 1580 |
| |
1583 | 1581 |
| |
1584 |
| - | |
1585 |
| - | |
1586 |
| - | |
| 1582 | + | |
| 1583 | + | |
1587 | 1584 |
| |
1588 | 1585 |
| |
1589 | 1586 |
| |
1590 |
| - | |
1591 |
| - | |
1592 |
| - | |
| 1587 | + | |
1593 | 1588 |
| |
1594 | 1589 |
| |
1595 | 1590 |
| |
| |||
1929 | 1924 |
| |
1930 | 1925 |
| |
1931 | 1926 |
| |
1932 |
| - | |
| 1927 | + | |
1933 | 1928 |
| |
1934 | 1929 |
| |
1935 | 1930 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
194 | 203 |
| |
195 | 204 |
| |
196 | 205 |
| |
| |||
284 | 293 |
| |
285 | 294 |
| |
286 | 295 |
| |
287 |
| - | |
| 296 | + | |
288 | 297 |
| |
289 |
| - | |
| 298 | + | |
290 | 299 |
| |
291 | 300 |
| |
292 | 301 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2151 | 2151 |
| |
2152 | 2152 |
| |
2153 | 2153 |
| |
| 2154 | + | |
2154 | 2155 |
| |
2155 | 2156 |
| |
2156 | 2157 |
| |
|
0 commit comments
Comments
(0)