forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5698f07
committed
Doc: update VACUUM FREEZE query conflict guidance.
Commit1de58df, which added page-level freezing, taught VACUUM to reuseeach page's "set-visibility-map" snapshotConflictHorizon for freezing(at least in the vast majority of cases where freezing went ahead).This made VACUUM FREEZE much less prone to generating recovery conflictson standbys; VACUUM FREEZE became only slightly more likely to causerecovery conflicts than an equivalent VACUUM.Update old documentation that specifically warned of the likelihood ofrecovery conflicts from VACUUM FREEZE. Explain the same general issue(the issue of VACUUM generating recovery conflicts even in the absenceof dead row cleanup) using the example of conflicts caused by VISIBLEWAL records.1 parentf7faa99 commit5698f07
1 file changed
+10
-4
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1873 | 1873 |
| |
1874 | 1874 |
| |
1875 | 1875 |
| |
1876 |
| - | |
1877 |
| - | |
1878 |
| - | |
1879 |
| - | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
1880 | 1886 |
| |
1881 | 1887 |
| |
1882 | 1888 |
| |
|
0 commit comments
Comments
(0)