[pgpool-committers: 2828] pgpool: Fixing [pgpool-II 0000139]: broken arping_cmd

Muhammad Usama m.usama at gmail.com
Wed Nov 18 23:06:04 JST 2015


Fixing [pgpool-II 0000139]: broken arping_cmd

wd_chk_setuid() function was bailing out with the NOTICE message as soon as it
finds the setuid bit is not set on any configured network command and was
ignoring the rest of configurations.
wd_chk_setuid() function name is also changed to wd_check_network_command_configurations()

Branch
------
V3_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=34bb0ffbcca56908db74929424153c3cde506449

Modified Files
--------------
src/include/watchdog/wd_ext.h |    4 ++--
src/main/main.c               |   13 ++-----------
src/watchdog/watchdog.c       |   34 +++++++++++++++++-----------------
3 files changed, 21 insertions(+), 30 deletions(-)



More information about the pgpool-committers mailing list