diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-06-13 19:01:30 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-06-13 19:02:56 +0300 |
commit | b91b3f045abeaad4599bdac9ad7d7f55d7ff234c (patch) | |
tree | 1985716a98815049bde685066825f3606963dac4 /src/backend/access/spgist/spgutils.c | |
parent | 57625308f62da2d4f875478a39158a23e41a3dbe (diff) | |
download | postgresql-b91b3f045abeaad4599bdac9ad7d7f55d7ff234c.tar.gz postgresql-b91b3f045abeaad4599bdac9ad7d7f55d7ff234c.zip |
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/85fb354c-f89f-4d47-b3a2-3cbd461c90a3@iki.fi
Backpatch-through: 12, all supported versions
Diffstat (limited to 'src/backend/access/spgist/spgutils.c')
0 files changed, 0 insertions, 0 deletions