OSDN Git Service

Merge branch 'master' into PG93
[pghintplan/pg_hint_plan.git] / expected / R_3-6-1.out
1                                 QUERY PLAN                                 
2 ---------------------------------------------------------------------------
3  Merge Join  (cost=xxx rows=100 width=29)
4    Merge Cond: (t1.c1 = t2.c1)
5    ->  Index Scan using t1_i1 on t1  (cost=xxx rows=1000 width=15)
6    ->  Sort  (cost=xxx rows=100 width=14)
7          Sort Key: t2.c1
8          ->  Seq Scan on t2  (cost=xxx rows=100 width=14)
9 (6 rows)
10
11                                 QUERY PLAN                                 
12 ---------------------------------------------------------------------------
13  Merge Join  (cost=xxx rows=101 width=29)
14    Merge Cond: (t1.c1 = t2.c1)
15    ->  Index Scan using t1_i1 on t1  (cost=xxx rows=1000 width=15)
16    ->  Sort  (cost=xxx rows=100 width=14)
17          Sort Key: t2.c1
18          ->  Seq Scan on t2  (cost=xxx rows=100 width=14)
19 (6 rows)
20