Clamp result of MultiXactMemberFreezeThreshold
The purpose of the function is to reduce the effective
autovacuum_multixact_freeze_max_age if the multixact members SLRU is
approaching wraparound, to make multixid freezing more aggressive.
The returned value should therefore never be greater than plain
autovacuum_multixact_freeze_max_age.
Reviewed-by: Robert Haas
Discussion: https://www.postgresql.org/message-id/[email protected]
Backpatch-through: 12, all supported versions
Branch
------
REL_15_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/7768ac1c17f0ec7883825e8768ab480caa7842ec
Modified Files
--------------
src/backend/access/transam/multixact.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)