Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PG18 - columnar_indexes - explain row diff #8263

@m3hm3t

Description

@m3hm3t
--- /__w/citus/citus/src/test/regress/expected/columnar_indexes.out.modified	2025-10-17 11:45:49.598131219 +0000
+++ /__w/citus/citus/src/test/regress/results/columnar_indexes.out.modified	2025-10-17 11:45:49.615131158 +0000
@@ -174,21 +174,21 @@
 ----------
  t
 (1 row)
 
 -- can't use index scan due to partial index boundaries
 EXPLAIN (COSTS OFF) SELECT b FROM columnar_table WHERE b = 30000;
          QUERY PLAN         
 ----------------------------
  Seq Scan on columnar_table
    Filter: (b = 30000)
-(2 rows)
+(3 rows)
 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions