[pgpool-committers: 6738] pgpool: New PCP utility	'pcp_reload_pgpool' for reloading the pgpool co
    Muhammad Usama 
    m.usama at gmail.com
       
    Fri May 22 01:35:28 JST 2020
    
    
  
New PCP utility 'pcp_reload_pgpool' for reloading the pgpool configuration
The utility also supports the newly added cluster scope for reloading the
configurations on all Pgpool-II nodes part of the watchdog cluster.
Documentation updates for the utility are still remaining.
Patch contributed by "Jianshen Zhou <zhoujianshen at highgo.com>"
and enhanced by me.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=987b69945dc914b88099d1d0420c4b49f1097f2f
Author: Muhammad Usama <m.usama at highgo.ca>
Modified Files
--------------
src/include/pcp/libpcp_ext.h          |  1 +
src/include/watchdog/wd_ipc_defines.h |  1 +
src/libs/pcp/pcp.c                    | 34 +++++++++++++++++++++++++++++++++
src/pcp_con/pcp_worker.c              | 36 +++++++++++++++++++++++++++++++++++
src/tools/pcp/Makefile.am             |  5 ++++-
src/tools/pcp/pcp_frontend_client.c   | 25 ++++++++++++++++++++----
src/watchdog/watchdog.c               | 11 +++++++++++
src/watchdog/wd_json_data.c           | 18 +++++++++++-------
8 files changed, 119 insertions(+), 12 deletions(-)
    
    
More information about the pgpool-committers
mailing list