Skip to content

Commit b467a66

Browse files
authored
Remove redundant line (#91)
1 parent 1ad709f commit b467a66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/indexes_with_unnecessary_where_clause.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
-- Finds indexes that have a redundant predicate with the where-clause 'column is not null' for the not null column.
9-
-- AL01
109
select
1110
pc.oid::regclass::text as table_name,
1211
pi.indexrelid::regclass::text as index_name,

0 commit comments

Comments
 (0)