diff options
| author | Peter Geoghegan | 2023-01-26 06:22:27 +0000 |
|---|---|---|
| committer | Peter Geoghegan | 2023-01-26 06:22:27 +0000 |
| commit | 6c6b4972664491de408670354fdbccc7c83a1c89 (patch) | |
| tree | 00757e1dff63538e83a4a2be76559bd7006797b0 /src/include/utils | |
| parent | 8b5f36bb6c16c030561d83b74b8c3270dbf48b68 (diff) | |
Revert "Add eager and lazy freezing strategies to VACUUM."
This reverts commit 4d417992613949af35530b4e8e83670c4e67e1b2. Broad
concerns about regressions caused by eager freezing strategy have been
raised. Whether or not these concerns can be worked through in any time
frame is far from certain.
Discussion: https://postgr.es/m/20230126004347.gepcmyenk2csxrri@awork3.anarazel.de
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/rel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index 39c7ccf0c8..af9785038d 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -314,7 +314,6 @@ typedef struct AutoVacOpts int multixact_freeze_min_age; int multixact_freeze_max_age; int multixact_freeze_table_age; - int freeze_strategy_threshold; int log_min_duration; float8 vacuum_cost_delay; float8 vacuum_scale_factor; |
