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

Remove dependencies on placement caches from DROP #6687

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hanefi
Copy link
Member

@hanefi hanefi commented Feb 2, 2023

When dropping objects, citus_drop_trigger should not depend on the validity of the caches for placements as it causes may cause error messages from time to time. With this commit we remove the depencency on the validity on caches for shard placements.

Fixes: #5780

DESCRIPTION: Fixes an issue with dropping schemas with custom types used in distribution columns.

When dropping objects, citus_drop_trigger should not depend on the
validity of the caches for placements as it causes may cause error
messages from time to time. With this commit we remove the depencency on
the validity on caches for shard placements.

Fixes: #5780
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropping a schema that has a type used in a distribution column of a table fails
1 participant