forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7720082
committed
Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacuum logs.
Commitbb8dff9 added this information to thepg_stat_progress_vacuum and pg_stat_progress_analyze system views.This commit adds the same information to the output of VACUUM andANALYZE with the VERBOSE option and to the autovacuum logs.Suggested-by: Masahiro Ikeda <ikedamsh@oss.nttdata.com>Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>Discussion:https://postgr.es/m/ZmaXmWDL829fzAVX%40ip-10-97-1-34.eu-west-3.compute.internal1 parent9ad1b3d commit7720082
File tree
3 files changed
+26
-3
lines changed- doc/src/sgml
- src/backend
- access/heap
- commands
3 files changed
+26
-3
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8267 | 8267 |
| |
8268 | 8268 |
| |
8269 | 8269 |
| |
8270 |
| - | |
8271 |
| - | |
8272 |
| - | |
| 8270 | + | |
| 8271 | + | |
| 8272 | + | |
| 8273 | + | |
| 8274 | + | |
| 8275 | + | |
8273 | 8276 |
| |
8274 | 8277 |
| |
8275 | 8278 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1091 | 1091 |
| |
1092 | 1092 |
| |
1093 | 1093 |
| |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
1094 | 1105 |
| |
1095 | 1106 |
| |
1096 | 1107 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
808 | 808 |
| |
809 | 809 |
| |
810 | 810 |
| |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
811 | 820 |
| |
812 | 821 |
| |
813 | 822 |
| |
|
0 commit comments
Comments
(0)