OSDN Git Service

Use pg_reload_conf() to reload the configuration file in regression test.
authorMasaoFujii <masao.fujii@gmail.com>
Fri, 22 Apr 2016 04:38:42 +0000 (13:38 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Fri, 22 Apr 2016 04:38:42 +0000 (13:38 +0900)
commitae19f43d09e8bd15267ba57510440da7874c1575
treee46561a141390faddfd4786c01f43d87656cdd45
parentfce09b4501bae0b686170904d00480b327a6220d
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.
expected/init.out
expected/ut-S.out
sql/init.sql
sql/ut-S.sql