Skip to content

Conversation

@timescale-automation
Copy link
Member

This is an automated backport of #9045: Fix missing UUID check in compression policy.
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 missing UUID check in compression policy

The compression policy function includes a case statement on the partitioning column's type. This case lacks a case for UUIDv7-partitioned tables, resulting in an error when running the policy.

Fix this by adding the missing type check.

The compression policy function includes a case statement on the
partitioning column's type. This case lacks a case for
UUIDv7-partitioned tables, resulting in an error when running the
policy.

Fix this by adding the missing type check.

(cherry picked from commit ea5565d)
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.

3 participants