forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4ff753c
committed
Lower *_freeze_max_age minimum values.
The old minimum values are rather large, making it time consuming totest related behaviour. Additionally the current limits, especially formultixacts, can be problematic in space-constrained systems. 10000000multixacts can contain a lot of members.Since there's no good reason for the current limits, lower them a goodbit. Setting them to 0 would be a bad idea, triggering endless vacuums,so still retain a limit.While at it fix autovacuum_multixact_freeze_max_age to refer tomultixact.c instead of varsup.c.Reviewed-By: Robert HaasDiscussion: CA+TgmoYmQPHcrc3GSs7vwvrbTkbcGD9Gik=OztbDGGrovkkEzQ@mail.gmail.comBackpatch: back to 9.0 (in parts)1 parentd546ce7 commit4ff753c
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2393 | 2393 |
| |
2394 | 2394 |
| |
2395 | 2395 |
| |
2396 |
| - | |
| 2396 | + | |
2397 | 2397 |
| |
2398 | 2398 |
| |
2399 | 2399 |
| |
2400 |
| - | |
| 2400 | + | |
2401 | 2401 |
| |
2402 | 2402 |
| |
2403 | 2403 |
| |
2404 | 2404 |
| |
2405 | 2405 |
| |
2406 |
| - | |
| 2406 | + | |
2407 | 2407 |
| |
2408 | 2408 |
| |
2409 | 2409 |
| |
|
0 commit comments
Comments
(0)