projects
/
pgpool1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73fea07
)
Fix hang up after processing "show pool_status".
author
Yoshiyuki Asaba
<y-asaba at pgfoundry.org>
Mon, 3 Mar 2008 06:25:51 +0000
(06:25 +0000)
committer
Yoshiyuki Asaba
<y-asaba at pgfoundry.org>
Mon, 3 Mar 2008 06:25:51 +0000
(06:25 +0000)
Per report by ISHIDA Akio.
pool_process_query.c
patch
|
blob
|
blame
|
history
diff --git
a/pool_process_query.c
b/pool_process_query.c
index 248c96a09f27fba4abed9a24740dae6277a9df99..db6e50670e0ae449c3443dea0f232fea012e841d 100644
(file)
--- 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;