forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc1a47df
committed
vacuumlazy.c: Remove obsolete 'onecall' comment.
Remove obsolete reference to lazy_vacuum()'s onecall argument. Thefunction argument was removed by commit3499df0.Also remove adjoining comment block that introduces the wraparoundfailsafe concept. Talking about the failsafe here no longer makessense, since lazy_vacuum() (and related functions) are no longer theonly place where the failsafe might be triggered. This has been thecase since commitc242baa taught VACUUM to consider triggering thefailsafe mechanism during its initial heap scan.1 parent7b0be9f commitc1a47df
1 file changed
+1
-7
lines changedLines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2073 | 2073 |
| |
2074 | 2074 |
| |
2075 | 2075 |
| |
2076 |
| - | |
2077 |
| - | |
2078 |
| - | |
2079 |
| - | |
2080 |
| - | |
2081 |
| - | |
2082 |
| - | |
| 2076 | + | |
2083 | 2077 |
| |
2084 | 2078 |
| |
2085 | 2079 |
| |
|
0 commit comments
Comments
(0)