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

workload/schemachange: skip tsquery/tsvector types in mixed version envs #96954

Merged
merged 1 commit into from
Feb 13, 2023

Commits on Feb 10, 2023

  1. workload/schemachange: skip tsquery/tsvector types in mixed version envs

    Fixes: cockroachdb#96489
    
    Previously, the randomized schema change workload in a mixed
    version environment attempted to create tables with the tsvector/tsquery
    types. This could lead to syntax errors on older nodes that do not
    know of this. This patch, avoids using these types until the version
    of the cluster hits 23.1.
    
    Epic: none
    Release note: None
    fqazi committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    4607a74 View commit details
    Browse the repository at this point in the history