forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc425113
committed
Clamp result of MultiXactMemberFreezeThreshold
The purpose of the function is to reduce the effectiveautovacuum_multixact_freeze_max_age if the multixact members SLRU isapproaching wraparound, to make multixid freezing more aggressive.The returned value should therefore never be greater than plainautovacuum_multixact_freeze_max_age.Reviewed-by: Robert HaasDiscussion:https://www.postgresql.org/message-id/85fb354c-f89f-4d47-b3a2-3cbd461c90a3@iki.fiBackpatch-through: 12, all supported versions1 parentf839087 commitc425113
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2932 | 2932 |
| |
2933 | 2933 |
| |
2934 | 2934 |
| |
| 2935 | + | |
2935 | 2936 |
| |
2936 | 2937 |
| |
2937 | 2938 |
| |
| |||
2953 | 2954 |
| |
2954 | 2955 |
| |
2955 | 2956 |
| |
2956 |
| - | |
| 2957 | + | |
| 2958 | + | |
| 2959 | + | |
| 2960 | + | |
| 2961 | + | |
| 2962 | + | |
| 2963 | + | |
2957 | 2964 |
| |
2958 | 2965 |
| |
2959 | 2966 |
| |
|
0 commit comments
Comments
(0)