-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Columnar: vacuum freeze does not advance relfrozenxid #5958
Comments
This is a fairly serious issue. I am sure we tested this before, but it's hard to create acceptance tests for this, so we must have seen a regression. Perhaps we can add a TAP test. |
I am also experiencing this issue I've had to increase autovacuum_freeze_max_age to prevent |
columnar_vacuum_rel() now advances relfrozenxid. Fixes #5958.
columnar_vacuum_rel() now advances relfrozenxid. Fixes #5958.
columnar_vacuum_rel() now advances relfrozenxid. Fixes #5958.
columnar_vacuum_rel() now advances relfrozenxid. Fixes #5958.
columnar_vacuum_rel() now advances relfrozenxid. Fixes #5958.
columnar_vacuum_rel() now advances relfrozenxid. Fixes #5958.
columnar_vacuum_rel() now advances relfrozenxid. Fixes #5958.
With
postgresql.conf
:And doing:
Then doing:
I see:
After I wait for autovacuum to kick in, I see:
And further manual
VACUUM
orVACUUM FREEZE
do not fix it.The text was updated successfully, but these errors were encountered: