[pgpool-committers: 1865] pgpool: Add cautions that recovery commands are killed by statement_tim
Muhammad Usama
m.usama at gmail.com
Tue May 6 20:08:11 JST 2014
Add cautions that recovery commands are killed by statement_timeout of PostgreSQL.
recovery_1st_stage_command can be killed if its execution time is
longer than statement_timeout and online recovery fails. The problem
was found and reported by Sean Hogan at [pgpool-general:
2680]. Samething can be said to recovery_2nd_stage_command.
Branch
------
EXCEPTION_MGR
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f9cc1e895103d81aff9dc3fc9948fa61d172aba3
Author: Tatsuo Ishii <ishii at postgresql.org>
Modified Files
--------------
doc/pgpool-en.html | 16 +++++++++++++++-
doc/pgpool-ja.html | 17 ++++++++++++++++-
2 files changed, 31 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list