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

Tatsuo Ishii ishii at postgresql.org
Thu Aug 27 14:35:33 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.

Branches
--------
extended_protocol_performance
master

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

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



More information about the pgpool-committers mailing list