[pgpool-committers: 9489] pgpool: Add new field "load_balance_node" to "SHOW pool_pools" and pcp_

Tatsuo Ishii ishii at sraoss.co.jp
Sun Jul 23 21:11:33 JST 2023


Add new field "load_balance_node" to "SHOW pool_pools" and pcp_proc_info.

The new field is "1" if pgpool process is connected by a client and
the session uses the backend id as a load balance node. Users can
execute the commands to find out if there's any session that uses the
backend as the load balance node. If so, shutting down the backend may
cause session disconnection.

Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2023-July/004353.html

Branch
------
master

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

Modified Files
--------------
doc.ja/src/sgml/ref/pcp_proc_info.sgml   |   6 +
doc.ja/src/sgml/ref/show_pool_pools.sgml | 208 +++++++++++++++++++++----------
doc/src/sgml/ref/pcp_proc_info.sgml      |   5 +
doc/src/sgml/ref/show_pool_pools.sgml    | 204 ++++++++++++++++++++----------
4 files changed, 289 insertions(+), 134 deletions(-)



More information about the pgpool-committers mailing list