OSDN Git Service

Rowsで外部ファイルを扱う試験を環境に依存しないようにした。
[pghintplan/pg_hint_plan.git] / expected / R_2-3-6.out
1                                 QUERY PLAN                                
2 --------------------------------------------------------------------------
3  Hash Join  (cost=xxx rows=1000 width=30)
4    Hash Cond: (r4t1.c1 = r4t1_1.c1)
5    ->  Seq Scan on t1 r4t1  (cost=xxx rows=1000 width=15)
6    ->  Hash  (cost=xxx rows=1000 width=15)
7          ->  Seq Scan on t1 r4t1_1  (cost=xxx rows=1000 width=15)
8 (5 rows)
9
10                                 QUERY PLAN                                
11 --------------------------------------------------------------------------
12  Hash Join  (cost=xxx rows=1000 width=30)
13    Hash Cond: (r4t1.c1 = r4t1_1.c1)
14    ->  Seq Scan on t1 r4t1  (cost=xxx rows=1000 width=15)
15    ->  Hash  (cost=xxx rows=1000 width=15)
16          ->  Seq Scan on t1 r4t1_1  (cost=xxx rows=1000 width=15)
17 (5 rows)
18