forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit70adf2f
committed
Make VACUUM VERBOSE report the number of skipped frozen pages.
Previously manual VACUUM did not report the number of skipped frozenpages even when VERBOSE option is specified. But this information ishelpful to monitor the VACUUM activity, and also autovacuum reports thatnumber in the log file when the condition of log_autovacuum_min_durationis met.This commit changes VACUUM VERBOSE so that it reports the numberof frozen pages that it skips.Author: Masahiko SawadaReviewed-by: Yugo Nagata and Jim NasbyDiscussion:http://postgr.es/m/CAD21AoDZQKCxo0L39Mrq08cONNkXQKXuh=2DP1Q8ebmt35SoaA@mail.gmail.com1 parent7b504eb commit70adf2f
File tree
2 files changed
+7
-3
lines changed- doc/src/sgml/ref
- src/backend/commands
2 files changed
+7
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
| 276 | + | |
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1341 | 1341 |
| |
1342 | 1342 |
| |
1343 | 1343 |
| |
1344 |
| - | |
1345 |
| - | |
| 1344 | + | |
| 1345 | + | |
1346 | 1346 |
| |
1347 | 1347 |
| |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
1348 | 1352 |
| |
1349 | 1353 |
| |
1350 | 1354 |
| |
|
0 commit comments
Comments
(0)