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

Tatsuo Ishii ishii at sraoss.co.jp
Sat Mar 12 13:40:46 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
------
V3_7_STABLE

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

Modified Files
--------------
src/protocol/pool_proto_modules.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)



More information about the pgpool-committers mailing list