[pgpool-committers: 3041] pgpool: Fix yet another reset query stuck problem

Tatsuo Ishii ishii at postgresql.org
Thu Mar 3 12:02:32 JST 2016


Fix yet another reset query stuck problem

After receiving X message from frontend, if pgpool-II detects EOF on
the connection before sending reset query, pgpool-II could wait for
backend which had not received the reset query. To fix this, if EOF
received, treat this as FRONTEND_ERROR, rather than ERROR.

See "[pgpool-hackers: 1440] Yet another reset query stuck problem" for
more details.

Back patch to 3.5 stable tree as well (it seems 3.4 does not have the
problem as far as I tested it).

Branch
------
V3_5_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d8a8eb83e735734895a4def9a96a7ff83dd56517

Modified Files
--------------
src/utils/pool_stream.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list