- Notifications
You must be signed in to change notification settings - Fork5k
Commit7c3b591
committed
doc: Clarify that total_vacuum_time excludes VACUUM FULL.
The last_vacuum and vacuum_count fields in pg_stat_all_tables alreadystate that they do not include VACUUM FULL. However, total_vacuum_time,which also excludes VACUUM FULL, did not mention this. This couldmislead users into thinking VACUUM FULL time is included.To address this, this commit updates the documentation forpg_stat_all_tables to explicitly state that total_vacuum_time does notcount VACUUM FULL.Back-patched to v18, where total_vacuum_time was introduced.Additionally, this commit clarifies that n_ins_since_vacuum alsoexcludes VACUUM FULL. Although n_ins_since_vacuum was added in v13,we are not back-patching this change to stable branches, as it isa documentation improvement, not a bug fix.Author: Fujii Masao <masao.fujii@gmail.com>Reviewed-by: Robert Treat <rob@xzilla.net>Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>Discussion:https://postgr.es/m/2ac375d1-591b-4f1b-a2af-f24335567866@oss.nttdata.comBackpatch-through: 181 parent5fe55a0 commit7c3b591
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3980 | 3980 |
| |
3981 | 3981 |
| |
3982 | 3982 |
| |
| 3983 | + | |
3983 | 3984 |
| |
3984 | 3985 |
| |
3985 | 3986 |
| |
| |||
4066 | 4067 |
| |
4067 | 4068 |
| |
4068 | 4069 |
| |
4069 |
| - | |
| 4070 | + | |
| 4071 | + | |
4070 | 4072 |
| |
4071 | 4073 |
| |
4072 | 4074 |
| |
|
0 commit comments
Comments
(0)