forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0577821
committed
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
In020235a I lowered the autovacuum_*freeze_max_age minimums toallow for easier testing of wraparounds. I did not touch thecorresponding per-table limits. While those don't matter for the purposeof wraparound, it seems more consistent to lower them as well.It's noteworthy that the previous reloption lower limit forautovacuum_multixact_freeze_max_age was too high by one magnitude, evenbefore020235a.Discussion: 26377.1443105453@sss.pgh.pa.usBackpatch: back to 9.0 (in parts), like the prior patch1 parent90f334d commit0577821
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
| 188 | + | |
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
|
0 commit comments
Comments
(0)