- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit078d471
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: 9.0 (in parts)1 parentc69e7d5 commit078d471
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1973 | 1973 |
| |
1974 | 1974 |
| |
1975 | 1975 |
| |
1976 |
| - | |
| 1976 | + | |
1977 | 1977 |
| |
1978 | 1978 |
| |
1979 | 1979 |
| |
|
0 commit comments
Comments
(0)