[pgpool-committers: 8498] pgpool: Enhance error message while processing parse message.

Tatsuo Ishii ishii at sraoss.co.jp
Sat Mar 12 13:41:25 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_3_STABLE

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

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



More information about the pgpool-committers mailing list