Skip to content

Commit 14e5876

Browse files
committed
ref?
1 parent 5c01135 commit 14e5876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsl/test/expected/constraints_not_valid.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ INFO: SkipScan used on _hyper_2_7_chunk_sk_dev_idx(dev NULLS LAST)
8787
--- QUERY PLAN ---
8888
Unique (actual rows=5.00 loops=1)
8989
-> Custom Scan (SkipScan) on _hyper_2_7_chunk (actual rows=5.00 loops=1)
90-
-> Index Only Scan using _hyper_2_7_chunk_sk_dev_idx on _hyper_2_7_chunk (actual rows=5.00 loops=1)
90+
-> Index Only Scan using _hyper_2_7_chunk_sk_dev_idx on _hyper_2_7_chunk (actual rows=0.83 loops=6)
9191
Index Cond: (dev > NULL::integer)
9292

9393
select distinct dev from sk order by dev;

0 commit comments

Comments
 (0)