- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit020235a
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 parent82e1ba7 commit020235a
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2510 | 2510 |
| |
2511 | 2511 |
| |
2512 | 2512 |
| |
2513 |
| - | |
| 2513 | + | |
2514 | 2514 |
| |
2515 | 2515 |
| |
2516 | 2516 |
| |
2517 |
| - | |
| 2517 | + | |
2518 | 2518 |
| |
2519 | 2519 |
| |
2520 | 2520 |
| |
2521 | 2521 |
| |
2522 | 2522 |
| |
2523 |
| - | |
| 2523 | + | |
2524 | 2524 |
| |
2525 | 2525 |
| |
2526 | 2526 |
| |
|
0 commit comments
Comments
(0)