public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tatsuo Ishii <[email protected]>
To: [email protected]
Subject: pgpool: Feature: add sync message logging to log_per_node_statement and
Date: Wed, 17 Dec 2025 02:24:09 +0000
Message-ID: <[email protected]> (raw)
Feature: add sync message logging to log_per_node_statement and notice_per_node_statement
Previously pgpool did not emit logs for a "sync" message when
log_per_node_statement/notice_per_node_statement enabled. Although
"sync" is not a query statement, I think a sync message plays
important role in extended query protocol since it indicates the
completion of series of extended query protocol messages, and logging
a sync message is important in a trouble shooting (I myself often
enable debug message just to know whether a sync message is sent to
backend or not, but enabling debug message creates lots of noise).
This commit enable logging for a sync message to
log_per_node_statement and notice_per_node_statement.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bd6379760646a7a3b0c9969f8c93e6db417ae...
Modified Files
--------------
src/protocol/pool_process_query.c | 8 ++++++++
1 file changed, 8 insertions(+)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgpool: Feature: add sync message logging to log_per_node_statement and
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox