[pgpool-committers: 1787] pgpool: Add new directive	pcp_listen_addresses.
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Thu Apr 10 14:11:09 JST 2014
    
    
  
Add new directive pcp_listen_addresses.
This is similar to listen_addresses, except for pcp process.  Before
pcp listens on all available interfaces including localhost.  Due to
requirement of multitenancy, certain platforms including Openshift
does not allow to listen on localhost. pcp_listen_addresses allows to
specify particlular listen address on such an environment. For
backward compatibilty sake, the default value for pcp_listen_addresses
is '*'. Basic patch was contfibuted by Jeff McCormick. Docs,
pool_status reporting, allowing to specify '', which specifies the
listen address limited to UNIX domain socket and pgpool.conf samples
addition by Tatsuo Ishii.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d87e2706b88558321b2ad287374149d5ba15c3af
Modified Files
--------------
doc/pgpool-en.html                         |   14 +-
doc/pgpool-ja.html                         |   15 +-
src/config/pool_config.c                   | 1442 ++++++++++++++++------------
src/config/pool_config.l                   |   21 +
src/include/pool_config.h                  |    1 +
src/main/main.c                            |    7 +-
src/sample/pgpool.conf                     |    4 +
src/sample/pgpool.conf.sample-master-slave |    4 +
src/sample/pgpool.conf.sample-replication  |    4 +
src/sample/pgpool.conf.sample-stream       |    4 +
src/utils/pool_process_reporting.c         |    9 +-
11 files changed, 898 insertions(+), 627 deletions(-)
    
    
More information about the pgpool-committers
mailing list