[pgpool-committers: 1013] pgpool: Add new parameter "search_primary_node_timeout".
Tatsuo Ishii
ishii at postgresql.org
Tue May 28 23:36:42 JST 2013
Add new parameter "search_primary_node_timeout".
The parameter specifies the maximum amount of time in seconds to
search for a primary node when a failover scenario occurs. Patch
contributed by Muhammad Usama. Japanese doc and slight editing of
English doc by Tatsuo Ishii.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6d791de4e87d19976eb165fdb42818122dba7088
Modified Files
--------------
Makefile.in | 2 +-
aclocal.m4 | 103 +--
configure | 839 +++++++++++------------
doc/pgpool-en.html | 18 +-
doc/pgpool-ja.html | 16 +-
main.c | 9 +-
parser/Makefile.in | 4 +-
pgpool.conf | 5 +
pgpool.conf.sample | 5 +
pgpool.conf.sample-master-slave | 5 +
pgpool.conf.sample-replication | 5 +
pgpool.conf.sample-stream | 5 +
pool_config.c | 1437 ++++++++++++++++++++++-----------------
pool_config.h | 2 +
pool_config.l | 15 +
pool_process_reporting.c | 5 +
16 files changed, 1306 insertions(+), 1169 deletions(-)
More information about the pgpool-committers
mailing list