[pgpool-committers: 4317] pgpool: Fix bug with handling of 'H' (flush) message in streaming repli
Tatsuo Ishii
ishii at postgresql.org
Mon Oct 16 10:52:48 JST 2017
Fix bug with handling of 'H' (flush) message in streaming replication mode.
If user expects to read response right after 'H', Pgpool-II hangs. The
cause was, when 'H' received, extended query mode was reset and
pending message was not used.
Reported in bug 345.
Branch
------
V3_6_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=dc858b93055f22a9055acfa98c203325c1c1621d
Modified Files
--------------
src/protocol/pool_proto_modules.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list