[pgpool-committers: 8497] pgpool: Enhance error message while processing parse message.
Tatsuo Ishii
ishii at sraoss.co.jp
Sat Mar 12 13:41:20 JST 2022
Enhance error message while processing parse message.
In non-streaming replication mode, a sync message is sent to backend
after a parse message is sent to backend, expecting to get a ready for
query message. If different message is returned, pgpool will complain
that. This commit adds more information: the message kind returned and
the backend node id.
Branch
------
V4_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=27a56590a147894fa6fc939f11f54831db7b9007
Modified Files
--------------
src/protocol/pool_proto_modules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list