Allow to display Pgpool-II child process id and PostgreSQL backend id in pcp_proc_info.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 9 Jul 2018 08:14:37 +0000 (17:14 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 9 Jul 2018 08:14:37 +0000 (17:14 +0900)
commit62bd2965ed0dc8ec03d608a51ac019254df49927
treef0d1c232e81909725da827d6b1d9c4cbd7335980
parent18db028fa4d5f1012f76e99aa5fa3250f648ff9b
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.
doc.ja/src/sgml/ref/pcp_proc_info.sgml
doc/src/sgml/ref/pcp_proc_info.sgml
src/tools/pcp/pcp_frontend_client.c