[pgpool-committers: 1761] pgpool: Add cautions that recovery commands are killed by statement_tim
Tatsuo Ishii
ishii at postgresql.org
Sat Apr 5 18:30:24 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
------
V3_0_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f3aa590b6531cba1bb2ccf20a0d9c5321dbef0f2
Modified Files
--------------
doc/pgpool-en.html | 21 +++++++++++----
doc/pgpool-ja.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 88 insertions(+), 6 deletions(-)
More information about the pgpool-committers
mailing list