[pgpool-committers: 3384] pgpool: Fix hang when portal suspend received
Tatsuo Ishii
ishii at postgresql.org
Tue Aug 9 19:04:46 JST 2016
Fix hang when portal suspend received
When portal suspend message is received, it's not enough to forward it
to the client. Since backend expects to receive execute message,
trying to read further more messages from backend will never
succeed. To fix this, turn off the query in progress flag, which will
pole incoming message from the client.
Per bug 230.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a7bc4c85d08e0ef36b290278d4c3809d5a44ba22
Modified Files
--------------
src/protocol/pool_proto_modules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list