[pgpool-committers: 6702] pgpool: Improve process status of extend query

Takuma Hoshiai hoshiai at sraoss.co.jp
Tue Apr 28 17:53:01 JST 2020


Improve process status of extend query

Previously, pgpool status is incorrect with extend query.
For example, when query is executing, but process status
is idle. This fix can display process status correctly.
If 'Execute' message is received, pgpool display process
status the same as Simple query.

For example:
  user databse SELECT

In addition, fix log_statement bug. Previously, statement
using extend query is not logged by log_statement parameter.
It was improved in this commit.

Other, log_per_node_statement can log query with BIND message.

Branch
------
master

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

Modified Files
--------------
src/context/pool_query_context.c  | 4 +++-
src/protocol/pool_proto_modules.c | 8 +++++++-
2 files changed, 10 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list