[pgpool-committers: 1620] pgpool: Add new parameter "listen_backlog_multiplier".
Tatsuo Ishii
ishii at postgresql.org
Sun Jan 26 10:25:05 JST 2014
Add new parameter "listen_backlog_multiplier".
Patch provided by Junegunn Choi. Documentations by me.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5b316cfad29e982163f3c0c755a28beb7cdf04be
Modified Files
--------------
doc/pgpool-en.html | 21 +++++++++++++++++----
doc/pgpool-ja.html | 18 ++++++++++++++----
src/config/pool_config.c | 15 ++++++++++++++-
src/config/pool_config.l | 15 ++++++++++++++-
src/include/pool_config.h | 3 ++-
src/main/main.c | 4 ++--
src/sample/pgpool.conf.sample | 5 ++++-
src/sample/pgpool.conf.sample-master-slave | 5 ++++-
src/sample/pgpool.conf.sample-replication | 5 ++++-
src/sample/pgpool.conf.sample-stream | 4 ++++
src/utils/pool_process_reporting.c | 5 +++++
11 files changed, 84 insertions(+), 16 deletions(-)
More information about the pgpool-committers
mailing list