forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf7e4d5c
committed
Doc: Clarify the role of aggressive VACUUMs.
Adjust the documentation's coverage of aggressive VACUUMs to make itclearer that aggressive vacuuming isn't always strictly necessary. It'spossible for non-aggressive VACUUMs to advance relfrozenxid/relminmxidwithout fail, given the right workload conditions.While this has always been true, it matters more with recent and pendingimprovements to VACUUM. These improvements make non-aggressivevacuuming more likely to advance relfrozenxid/relminmxid in practice.While this is an unrelated improvement to the docs, formally speaking,it still doesn't seem worth backpatching. So don't backpatch.1 parent1b208eb commitf7e4d5c
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
496 |
| - | |
497 |
| - | |
498 |
| - | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
499 | 500 |
| |
500 | 501 |
| |
501 | 502 |
| |
502 | 503 |
| |
503 | 504 |
| |
504 | 505 |
| |
505 |
| - | |
| 506 | + | |
506 | 507 |
| |
507 | 508 |
| |
508 | 509 |
| |
| |||
711 | 712 |
| |
712 | 713 |
| |
713 | 714 |
| |
714 |
| - | |
715 |
| - | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
716 | 718 |
| |
717 | 719 |
| |
718 | 720 |
| |
|
0 commit comments
Comments
(0)