[pgpool-committers: 1177] pgpool: Fix pgbench path detection.

Tatsuo Ishii ishii at postgresql.org
Sun Jul 28 19:54:30 JST 2013


Fix pgbench path detection.

-b option specifies pgbench installed directory. But actually
regress.sh main script sets pgbench full path. I think what the main
script does is appropreate because it gives more flxibility. If -b is
not specifiedm, first search pgbench under PostgreSQL installation
directory. If not found, try to locate in command search path. If not
found, the gives up.

Also fix the behavior when PostgreSQL installation directory is not
found. It just exited in a sub shell and it continued to run.

Branch
------
master

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

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



More information about the pgpool-committers mailing list