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

Tatsuo Ishii ishii at sraoss.co.jp
Thu Jul 1 13:49:12 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
------
V3_7_STABLE

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

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



More information about the pgpool-committers mailing list