Skip to content

Commit 380bfe2

Browse files
authored
Remove indcheckxmin check (#851)
1 parent d8acd73 commit 380bfe2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/graphile-build-pg/src/plugins/introspectionQuery.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ with
417417
where
418418
idx.indislive is not false and
419419
idx.indisexclusion is not true and -- exclusion index
420-
idx.indcheckxmin is not true and -- always valid?
421420
idx.indpred is null -- no partial index predicate
422421
order by
423422
idx.indrelid, idx.indexrelid

0 commit comments

Comments
 (0)