[pgpool-committers: 2667] pgpool: Fix regression test driver.

Tatsuo Ishii ishii at postgresql.org
Thu Aug 27 13:17:02 JST 2015


Fix regression test driver.

In pgpool-II 3.5, libpcp.a is not compatible with previous ones. This
results in segfault when pcp_recovery_node gets executed if the
command links to older version of the library. Solution is, set
${PGPOOL_INSTALL_DIR}/lib to LD_LIBRARY_PATH so that the command links
proper version of library.

Branch
------
V3_3_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=dfff6f224e2739ddf58f12125f27152d91a06180

Modified Files
--------------
test/regression/regress.sh |   11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list