• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

firtst release


File Info

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.
However in the environment where the path to PostgreSQL binaries is not set,
the regression test always failed because pg_ctl could not be found.
To reload the configuration file even in that environment, this commit
changes the regression test so that it uses pg_reload_conf function, instead.

Content

                                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)