[pgpool-committers: 6472] pgpool: Unbreak notification response message treatment in 4.1.
Tatsuo Ishii
ishii at sraoss.co.jp
Mon Jan 13 22:47:57 JST 2020
Unbreak notification response message treatment in 4.1.
From 4.1 for an optimization sake SimpleForwardToFrontend() does not
flush most type of messages. However there's an oversight regarding
"notification message" handling. This should have been flushed so that
frontend is immediately notified.
Per bug 573.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b5b69f77591ba5b3b6824e1dd79bb947fa20c8c2
Modified Files
--------------
src/protocol/pool_process_query.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
More information about the pgpool-committers
mailing list