forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7768ac1
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 parentc38518f commit7768ac1
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2832 | 2832 |
| |
2833 | 2833 |
| |
2834 | 2834 |
| |
| 2835 | + | |
2835 | 2836 |
| |
2836 | 2837 |
| |
2837 | 2838 |
| |
| |||
2853 | 2854 |
| |
2854 | 2855 |
| |
2855 | 2856 |
| |
2856 |
| - | |
| 2857 | + | |
| 2858 | + | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
2857 | 2864 |
| |
2858 | 2865 |
| |
2859 | 2866 |
| |
|
0 commit comments
Comments
(0)