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

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

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

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



More information about the pgpool-committers mailing list