diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-11-28 16:45:29 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2013-11-29 21:47:09 -0300 |
commit | 76a31c689c627268067175b5d0687ce0dac9a4f4 (patch) | |
tree | f16557e166706d46f82f5f7461fa74b701e1777c /src/backend/commands/cluster.c | |
parent | 79193c75f8c78ff494f32cd7b7ee79d7166c225b (diff) | |
download | postgresql-76a31c689c627268067175b5d0687ce0dac9a4f4.tar.gz postgresql-76a31c689c627268067175b5d0687ce0dac9a4f4.zip |
Replace hardcoded 200000000 with autovacuum_freeze_max_age
Parts of the code used autovacuum_freeze_max_age to determine whether
anti-multixact-wraparound vacuums are necessary, while others used a
hardcoded 200000000 value. This leads to problems when
autovacuum_freeze_max_age is set to a non-default value. Use the latter
everywhere.
Backpatch to 9.3, where vacuuming of multixacts was introduced.
Andres Freund
Diffstat (limited to 'src/backend/commands/cluster.c')
0 files changed, 0 insertions, 0 deletions