Skip to content

Commit

Permalink
Remove indcheckxmin check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Jan 4, 2024
1 parent 38980b5 commit 0406aba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ with
where
idx.indislive is not false and
idx.indisexclusion is not true and -- exclusion index
idx.indcheckxmin is not true and -- always valid?
idx.indpred is null -- no partial index predicate
order by
idx.indrelid, idx.indexrelid
Expand Down

0 comments on commit 0406aba

Please sign in to comment.