[pgpool-committers: 7903] pgpool: Fix client side hang when describe message is followed by NoDat
Tatsuo Ishii
ishii at sraoss.co.jp
Fri Jul 9 12:18:29 JST 2021
Fix client side hang when describe message is followed by NoData response.
For certain describe request for a query including "LISTEN", NoData
message can be returned. Since Pgpool-II buffered NoData, clients
could hang waiting for the NoData message in vain. To fix this, do not
buffer NoData message.
Problem reported and patch provided by Daniel van de Giessen.
Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2021-July/003951.html
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b90be044bf03744d16003bf9c1b09f97431f29a7
Modified Files
--------------
src/protocol/pool_process_query.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the pgpool-committers
mailing list