[pgpool-committers: 3385] 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
------
V3_5_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e97bb4eba88e7e8be82df05ebea5b08a563daa59
Modified Files
--------------
src/protocol/pool_proto_modules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list