[Pgpool-committers] pgpool - pgpool-II: Allow to show all process info using

User T-ishii t-ishii at pgfoundry.org
Tue Jul 5 09:11:00 UTC 2011


Log Message:
-----------
Allow to show all process info using pcp_process_info, show pool_pools.

  * it refactor "pcp processes info" related code to return all processes
  * info from backend, similar to the "show pool_pools" query
  * add pgpool process PID and backend id fields
  * add the ability to show all these informations from pcp_proc_info
  * command
  * no change to the pcp_proc_info command default behavior
  * new fields are added as last fields in the proc_info command only with
  * the -a switch (both verbose or not)

Patch contributed by Jehan-Guillaume (ioguix) de Rorthais

Modified Files:
--------------
    pgpool-II:
        Makefile.in (r1.57 -> r1.58)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/Makefile.in?r1=1.57&r2=1.58)
        pcp_child.c (r1.23 -> r1.24)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pcp_child.c?r1=1.23&r2=1.24)
        pool_process_reporting.c (r1.27 -> r1.28)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_process_reporting.c?r1=1.27&r2=1.28)
    pgpool-II/pcp:
        libpcp_ext.h (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pcp/libpcp_ext.h?r1=1.3&r2=1.4)
        pcp.c (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pcp/pcp.c?r1=1.16&r2=1.17)
        pcp_proc_info.c (r1.12 -> r1.13)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pcp/pcp_proc_info.c?r1=1.12&r2=1.13)


More information about the Pgpool-committers mailing list