Skip to content

Commit

Permalink
opt: remove unused inverted index logic in idxconstraint
Browse files Browse the repository at this point in the history
Constraining inverted indexes is now done with InvertedConstraints.
Logic in idxconstraint for generating Constraints for inverted indexes
is no longer used and has been removed.

Release note: None
  • Loading branch information
mgartner committed Jan 29, 2021
1 parent 58a7d76 commit 6e2cc52
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 539 deletions.
2 changes: 0 additions & 2 deletions pkg/sql/opt/idxconstraint/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ go_library(
"//pkg/sql/sem/tree",
"//pkg/sql/types",
"//pkg/util",
"//pkg/util/json",
"//pkg/util/log",
"@com_github_cockroachdb_errors//:errors",
],
)
Expand Down
Loading

0 comments on commit 6e2cc52

Please sign in to comment.