File tree
3 files changed
+23
-9
lines changedFilter options
- src
- backend
- access/heap
- commands
- include/commands
3 files changed
+23
-9
lines changedsrc/backend/access/heap/vacuumlazy.c
Copy file name to clipboardExpand all lines: src/backend/access/heap/vacuumlazy.c+7-9Lines changed: 7 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
156 |
| - |
157 |
| - |
158 | 156 |
|
159 | 157 |
|
160 | 158 |
|
| ||
391 | 389 |
|
392 | 390 |
|
393 | 391 |
|
394 |
| - |
| 392 | + |
395 | 393 |
|
396 | 394 |
|
397 | 395 |
|
| ||
709 | 707 |
|
710 | 708 |
|
711 | 709 |
|
712 |
| - |
| 710 | + |
713 | 711 |
|
714 | 712 |
|
715 | 713 |
|
| ||
2293 | 2291 |
|
2294 | 2292 |
|
2295 | 2293 |
|
2296 |
| - |
| 2294 | + |
2297 | 2295 |
|
2298 | 2296 |
|
2299 | 2297 |
|
| ||
2374 | 2372 |
|
2375 | 2373 |
|
2376 | 2374 |
|
2377 |
| - |
| 2375 | + |
2378 | 2376 |
|
2379 | 2377 |
|
2380 | 2378 |
|
| ||
2616 | 2614 |
|
2617 | 2615 |
|
2618 | 2616 |
|
2619 |
| - |
| 2617 | + |
2620 | 2618 |
|
2621 | 2619 |
|
2622 | 2620 |
|
2623 | 2621 |
|
2624 |
| - |
| 2622 | + |
2625 | 2623 |
|
2626 | 2624 |
|
2627 | 2625 |
|
| ||
2820 | 2818 |
|
2821 | 2819 |
|
2822 | 2820 |
|
2823 |
| - |
| 2821 | + |
2824 | 2822 |
|
2825 | 2823 |
|
2826 | 2824 |
|
|
src/backend/commands/vacuum.c
Copy file name to clipboardExpand all lines: src/backend/commands/vacuum.c+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
75 | 90 |
|
76 | 91 |
|
77 | 92 |
|
|
src/include/commands/vacuum.h
Copy file name to clipboardExpand all lines: src/include/commands/vacuum.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
| 309 | + |
309 | 310 |
|
310 | 311 |
|
311 | 312 |
|
|
0 commit comments