[pgpool-committers: 7877] pgpool: Fix sending invalid message in SI mode.
Tatsuo Ishii
ishii at sraoss.co.jp
Thu Jul 1 13:49:22 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_1_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=1853b28c6d49bee12e6142fa0a8757688f2567f3
Modified Files
--------------
src/protocol/pool_proto_modules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list