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

sql/schema: missing accessors to look up a non-active index #94128

Closed
knz opened this issue Dec 22, 2022 · 1 comment · Fixed by #94048
Closed

sql/schema: missing accessors to look up a non-active index #94128

knz opened this issue Dec 22, 2022 · 1 comment · Fixed by #94048
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@knz
Copy link
Contributor

knz commented Dec 22, 2022

In #93644 we need to join the ranges table with the list of index spans, including spans for non-active indexes.
Currently it is not possible to look up a non-active index by name. We need APIs for this.

Jira issue: CRDB-22702

Epic CRDB-22701

@knz knz added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label Dec 22, 2022
@blathers-crl blathers-crl bot added the T-sql-schema-deprecated Use T-sql-foundations instead label Dec 22, 2022
@exalate-issue-sync exalate-issue-sync bot removed the T-sql-schema-deprecated Use T-sql-foundations instead label Dec 22, 2022
@exalate-issue-sync exalate-issue-sync bot added the T-sql-schema-deprecated Use T-sql-foundations instead label Dec 22, 2022
@knz
Copy link
Contributor Author

knz commented Dec 22, 2022

fixed by #94048

@knz knz closed this as completed Dec 22, 2022
@exalate-issue-sync exalate-issue-sync bot added T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) and removed T-sql-schema-deprecated Use T-sql-foundations instead labels May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant