-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql schema: remove V22_2 gates and related logic/migrations/etc #96763
Copy link
Copy link
Closed
Labels
C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-release-23.1Used to mark GA and release blockers, technical advisories, and bugs for 23.1Used to mark GA and release blockers, technical advisories, and bugs for 23.1
Description
Now that we've bumped minBinary to 22.2[1], we should now remove all V22_2* version gates and related gated logic/migrations/etc as applicable.
V22_2 gates for SQL Schema[2]:
- V22_2UseDelRangeInGCJob
- I think this one needs to be hoisted into 23.1 given we did not ship the del ranges in 22.2.
- V22_2SQLSchemaTelemetryScheduledJobs
- @ajwerner to make permanent upgrades: make the schema telemetry job setup permanent #98690
- V22_2SchemaChangeSupportsCreateFunction
- @chengxiong-ruan to delete.
- V22_2UpgradeSequenceToBeReferencedByID
- @Xiang-Gu to delete.
- V22_2WaitedForDelRangeInGCJob
- I think this one needs to be hoisted into 23.1 given we did not ship the del ranges in 22.2.
- V22_2UpdateInvalidColumnIDsInSequenceBackReferences
- @Xiang-Gu to delete.
[1] #95530
[2] Using git blame from https://github.com/cockroachdb/cockroach/blame/984c24b05bfe3c04ffd7bec5784d475796504522/pkg/clusterversion/cockroach_versions.go
Jira issue: CRDB-24318
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-release-23.1Used to mark GA and release blockers, technical advisories, and bugs for 23.1Used to mark GA and release blockers, technical advisories, and bugs for 23.1