-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
129080: opt: fix resolution of CHECK expressions for ENUM expression indexes r=mgartner a=mgartner Fixes #127365 Release note (bug fix): A bug has been fixed that caused errors like "ERROR: column 'crdb_internal_idx_expr' does not exist" when accessing a table with an expression index where the expression evaluates to an ENUM type, e.g., `CREATE INDEX ON t ((col::an_enum))`. Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
Showing
2 changed files
with
167 additions
and
0 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