Skip to content
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

Backport to 2.18.x: #7797: Fix cleanup of compression settings with drop cascade #7805

Open
wants to merge 1 commit into
base: 2.18.x
Choose a base branch
from

Conversation

timescale-automation
Copy link
Member

This is an automated backport of #7797: Fix cleanup of compression settings with drop cascade.
This PR will be merged automatically after all the relevant CI checks pass. If this fix should not be backported, or will be backported manually, just close this PR. You can use the backport branch to add your changes, it won't be modified automatically anymore.

For more details, please see the documentation

Original description

Fix cleanup of compression settings with drop cascade

When a table was dropped with the "cascade" option, compression settings weren't properly cleaned up as a result of refactoring in commit adf7c39. It seems dropping with the "cascade" option invokes a different path for dropping the hypertable and children chunks, and there was no test for it. A test has now been added.

Disable-check: force-changelog-file

When a table was dropped with the "cascade" option, compression
settings weren't properly cleaned up as a result of refactoring in
commit adf7c39. It seems dropping with the "cascade" option invokes a
different path for dropping the hypertable and children chunks, and
there was no test for it. A test has now been added.

(cherry picked from commit 76770f6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is-auto-backport PR created by backport automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants