forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb91b3f0
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 parent5762530 commitb91b3f0
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2828 | 2828 |
| |
2829 | 2829 |
| |
2830 | 2830 |
| |
| 2831 | + | |
2831 | 2832 |
| |
2832 | 2833 |
| |
2833 | 2834 |
| |
| |||
2849 | 2850 |
| |
2850 | 2851 |
| |
2851 | 2852 |
| |
2852 |
| - | |
| 2853 | + | |
| 2854 | + | |
| 2855 | + | |
| 2856 | + | |
| 2857 | + | |
| 2858 | + | |
| 2859 | + | |
2853 | 2860 |
| |
2854 | 2861 |
| |
2855 | 2862 |
| |
|
0 commit comments
Comments
(0)