[pgpool-committers: 6471] pgpool: Unbreak notification response message treatment in 4.1.

Tatsuo Ishii ishii at sraoss.co.jp
Mon Jan 13 22:47:52 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
------
V4_1_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=45eb0633d7175d03f3d0865de75bee8f0b5b213f

Modified Files
--------------
src/protocol/pool_process_query.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)



More information about the pgpool-committers mailing list