[pgpool-committers: 4990] pgpool: Allow to display Pgpool-II child process id and PostgreSQL back

Tatsuo Ishii ishii at postgresql.org
Tue Aug 7 21:43:31 JST 2018


Allow to display Pgpool-II child process id and PostgreSQL backend id in pcp_proc_info.

If --all option was not specified, Pgpool-II child process id was not
displayed. This is not reasonable since if Pgpool-II child process id
is not given, multiple entries of Pgpool-II child process are
displayed without no information to distinguish them.

So fix the command so that it always display Pgpool-II child process
id. Also there's no reason not to display PostgreSQL backend id, so
displays it.

Branches
--------
SCRAM_AUTH
master

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

Modified Files
--------------
doc.ja/src/sgml/ref/pcp_proc_info.sgml | 51 +++++++++++++++++++++++++++-------
doc/src/sgml/ref/pcp_proc_info.sgml    | 49 +++++++++++++++++++++++---------
src/tools/pcp/pcp_frontend_client.c    | 18 ++----------
3 files changed, 79 insertions(+), 39 deletions(-)



More information about the pgpool-committers mailing list