[pgpool-committers: 4272] pgpool: Add debugging aid to check pending message and backend response

Tatsuo Ishii ishii at postgresql.org
Sun Sep 10 18:10:12 JST 2017


Add debugging aid to check pending message and backend response.

New function pool_check_pending_message_and_reply() added.  If pending
message kind and backend reply message kind is not inconsistent, it
prints a debug message. Currently the only client of the function is
read_kind_from_backend().

Branch
------
master

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

Modified Files
--------------
src/context/pool_session_context.c         | 39 ++++++++++++++++++++++++++++++
src/include/context/pool_session_context.h |  3 ++-
src/protocol/pool_process_query.c          |  1 +
3 files changed, 42 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list