OSDN Git Service

Adjust regression test
[pghintplan/pg_hint_plan.git] / output / ut-fdw.source
index 4804e5f..cd88305 100644 (file)
@@ -132,17 +132,17 @@ error hint:
 
 \o
 \! sql/maskout.sh results/ut-fdw.tmpout
- Nested Loop  (cost=xxx rows=1 width=xxx)
+ Nested Loop  (cost=xxx..xxx rows=1 width=xxx)
    Join Filter: (ft_1.id = t1.c1)
-   ->  Nested Loop  (cost=xxx rows=1 width=xxx)
+   ->  Nested Loop  (cost=xxx..xxx rows=1 width=xxx)
          Join Filter: (ft_1.id = ft_2.id)
-         ->  Foreign Scan on ft1 ft_1  (cost=xxx rows=1 width=xxx)
+         ->  Foreign Scan on ft1 ft_1  (cost=xxx..xxx rows=1 width=xxx)
                Foreign File: @abs_srcdir@/data/data.csv
                Foreign File Size: 42 b
-         ->  Foreign Scan on ft1 ft_2  (cost=xxx rows=1 width=xxx)
+         ->  Foreign Scan on ft1 ft_2  (cost=xxx..xxx rows=1 width=xxx)
                Foreign File: @abs_srcdir@/data/data.csv
                Foreign File Size: 42 b
-   ->  Index Scan using t1_i1 on t1  (cost=xxx rows=1 width=xxx)
+   ->  Index Scan using t1_i1 on t1  (cost=xxx..xxx rows=1 width=xxx)
          Index Cond: (c1 = ft_2.id)
 
 \! rm results/ut-fdw.tmpout