[pgpool-committers: 7878] pgpool: Fix sending invalid message in SI mode.

Tatsuo Ishii ishii at sraoss.co.jp
Thu Jul 1 13:49:27 JST 2021


Fix sending invalid message in SI mode.

When a query is aborted by specific reason like serialization error,
Pgpool-II sends error query to abort transactions running on non main
nodes. The message length of the query was incorrect and it caused
"invalid string in message" error on backend.

Branch
------
V4_2_STABLE

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

Modified Files
--------------
src/protocol/pool_proto_modules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list