forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
59978: sql: include invalid type descriptors in crdb_internal.invalid_objects r=otan a=arulajmani Previously, `crdb_internal.invalid_objects` only validated table descriptors. This patch adds type descriptors to the list of objects that are validated. As this table is used to validate all descriptors after logic tests run, going forward, validation inconsistencies will be checked for and reported after logic test runs. Release note (sql change): `crdb_internal.invalid_objects` also includes invalid type descriptors. Co-authored-by: arulajmani <[email protected]>
- Loading branch information
Showing
2 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters