Skip to content

Commit

Permalink
Fix diff in the test moc100 on PG16
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Davydov committed Aug 25, 2023
1 parent 8ce614b commit 2116310
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions expected/moc100_4.out
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage && '4/0';
QUERY PLAN
--------------------------------------------------------------------------------
Seq Scan on moc100 (cost=0.00..6.26 rows=1 width=96) (actual rows=35 loops=1)
Seq Scan on moc100 (cost=0.00..7.26 rows=1 width=96) (actual rows=35 loops=1)
Filter: (coverage && '4/0'::smoc)
Rows Removed by Filter: 66
Buffers: shared hit=114
Buffers: shared hit=115
Planning:
Buffers: shared hit=1
(6 rows)
Expand All @@ -84,10 +84,10 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage = '0/0-11';
QUERY PLAN
--------------------------------------------------------------------------------
Seq Scan on moc100 (cost=0.00..6.26 rows=1 width=96) (actual rows=23 loops=1)
Seq Scan on moc100 (cost=0.00..7.26 rows=1 width=96) (actual rows=23 loops=1)
Filter: (coverage = '0/0-11'::smoc)
Rows Removed by Filter: 78
Buffers: shared hit=59
Buffers: shared hit=60
Planning:
Buffers: shared hit=4
(6 rows)
Expand All @@ -96,10 +96,10 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage = '6/43225,43227';
QUERY PLAN
-------------------------------------------------------------------------------
Seq Scan on moc100 (cost=0.00..6.26 rows=1 width=96) (actual rows=1 loops=1)
Seq Scan on moc100 (cost=0.00..7.26 rows=1 width=96) (actual rows=1 loops=1)
Filter: (coverage = '6/43225 43227'::smoc)
Rows Removed by Filter: 100
Buffers: shared hit=59
Buffers: shared hit=60
Planning:
Buffers: shared hit=1
(6 rows)
Expand All @@ -108,10 +108,10 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage = '0/';
QUERY PLAN
-------------------------------------------------------------------------------
Seq Scan on moc100 (cost=0.00..6.26 rows=1 width=96) (actual rows=1 loops=1)
Seq Scan on moc100 (cost=0.00..7.26 rows=1 width=96) (actual rows=1 loops=1)
Filter: (coverage = '0/'::smoc)
Rows Removed by Filter: 100
Buffers: shared hit=59
Buffers: shared hit=60
Planning:
Buffers: shared hit=1
(6 rows)
Expand All @@ -120,10 +120,10 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage <> '0/0-11';
QUERY PLAN
----------------------------------------------------------------------------------
Seq Scan on moc100 (cost=0.00..6.26 rows=100 width=96) (actual rows=78 loops=1)
Seq Scan on moc100 (cost=0.00..7.26 rows=100 width=96) (actual rows=78 loops=1)
Filter: (coverage <> '0/0-11'::smoc)
Rows Removed by Filter: 23
Buffers: shared hit=59
Buffers: shared hit=60
Planning:
Buffers: shared hit=4
(6 rows)
Expand All @@ -132,10 +132,10 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage <> '6/43225,43227';
QUERY PLAN
-----------------------------------------------------------------------------------
Seq Scan on moc100 (cost=0.00..6.26 rows=100 width=96) (actual rows=100 loops=1)
Seq Scan on moc100 (cost=0.00..7.26 rows=100 width=96) (actual rows=100 loops=1)
Filter: (coverage <> '6/43225 43227'::smoc)
Rows Removed by Filter: 1
Buffers: shared hit=59
Buffers: shared hit=60
Planning:
Buffers: shared hit=1
(6 rows)
Expand All @@ -144,10 +144,10 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage <> '0/';
QUERY PLAN
-----------------------------------------------------------------------------------
Seq Scan on moc100 (cost=0.00..6.26 rows=100 width=96) (actual rows=100 loops=1)
Seq Scan on moc100 (cost=0.00..7.26 rows=100 width=96) (actual rows=100 loops=1)
Filter: (coverage <> '0/'::smoc)
Rows Removed by Filter: 1
Buffers: shared hit=59
Buffers: shared hit=60
Planning:
Buffers: shared hit=1
(6 rows)
Expand Down Expand Up @@ -254,7 +254,7 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage <> '0/0-11';
QUERY PLAN
-------------------------------------------------------------------------------------------------------------------
Bitmap Heap Scan on moc100 (cost=106888.23..106894.48 rows=100 width=96) (actual rows=78 loops=1)
Bitmap Heap Scan on moc100 (cost=106888.23..106895.48 rows=100 width=96) (actual rows=78 loops=1)
Recheck Cond: (coverage <> '0/0-11'::smoc)
Rows Removed by Index Recheck: 23
Heap Blocks: exact=5
Expand All @@ -273,7 +273,7 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage <> '6/43225,43227';
QUERY PLAN
-------------------------------------------------------------------------------------------------------------------
Bitmap Heap Scan on moc100 (cost=106888.23..106894.48 rows=100 width=96) (actual rows=100 loops=1)
Bitmap Heap Scan on moc100 (cost=106888.23..106895.48 rows=100 width=96) (actual rows=100 loops=1)
Recheck Cond: (coverage <> '6/43225 43227'::smoc)
Rows Removed by Index Recheck: 1
Heap Blocks: exact=5
Expand All @@ -292,7 +292,7 @@ EXPLAIN (ANALYZE, BUFFERS, TIMING OFF, SUMMARY OFF)
SELECT * FROM moc100 WHERE coverage <> '0/';
QUERY PLAN
-------------------------------------------------------------------------------------------------------------------
Bitmap Heap Scan on moc100 (cost=106888.23..106894.48 rows=100 width=96) (actual rows=100 loops=1)
Bitmap Heap Scan on moc100 (cost=106888.23..106895.48 rows=100 width=96) (actual rows=100 loops=1)
Recheck Cond: (coverage <> '0/'::smoc)
Rows Removed by Index Recheck: 1
Heap Blocks: exact=5
Expand Down

0 comments on commit 2116310

Please sign in to comment.