firtst release
Rev. | ae19f43d09e8bd15267ba57510440da7874c1575 |
---|---|
Tamaño | 427 octetos |
Tiempo | 2016-04-22 13:38:42 |
Autor | MasaoFujii |
Log Message | Use pg_reload_conf() to reload the configuration file in regression test.
Previously the regression test ran pg_ctl reload command for that purpose.
|
QUERY PLAN
---------------------------------------------------------------------------
Merge Join (cost=xxx rows=100 width=29)
Merge Cond: (t1.c1 = t2.c1)
-> Index Scan using t1_i1 on t1 (cost=xxx rows=1000 width=15)
-> Sort (cost=xxx rows=100 width=14)
Sort Key: t2.c1
-> Seq Scan on t2 (cost=xxx rows=100 width=14)
(6 rows)