From: Yoshiyuki Asaba Date: Mon, 3 Mar 2008 06:25:51 +0000 (+0000) Subject: Fix hang up after processing "show pool_status". X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/faq.html?a=commitdiff_plain;h=41a199130dad83a7050dd8e41d3bd631be1ce043;p=pgpool1.git Fix hang up after processing "show pool_status". Per report by ISHIDA Akio. --- diff --git a/pool_process_query.c b/pool_process_query.c index 248c96a..db6e506 100644 --- a/pool_process_query.c +++ b/pool_process_query.c @@ -608,6 +608,7 @@ static POOL_STATUS Query(POOL_CONNECTION *frontend, pool_debug("process reporting"); process_reporting(frontend, backend); + in_progress = 0; /* show ps status */ sp = MASTER_CONNECTION(backend)->sp;