[pgpool-committers: 2787] pgpool: Fix pgpool_setup to use DEFAULT_PGSOCKET_DIR in pg_config_manua
Yugo Nagata
nagata at sraoss.co.jp
Wed Nov 4 16:37:49 JST 2015
Fix pgpool_setup to use DEFAULT_PGSOCKET_DIR in pg_config_manual.h
Some Postgresql rpms define DEFAULT_PGSOCKET_DIR as /tmp, others as
/var/run/postgresql. This affects not only PostgreSQL server but
also libpq and psql.
This is a workaround for regression test. We might have to fix
pgpool-II code to control default value of backend_hostname*.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b8a1dfe54c8172107ca60cbd58efd5a868a9bb78
Modified Files
--------------
src/test/pgpool_setup | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
More information about the pgpool-committers
mailing list