Skip to content

Commit 0f56ac4

Browse files
committed
test covering_index fixed
1 parent 09b879d commit 0f56ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pgpro-upgrade/covering_index.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
select relnatts=25 from pg_class where relname='pg_constraint';
1+
select count(*)>0 from pg_attribute where attname='conincluding';

0 commit comments

Comments
 (0)