[pgpool-committers: 3371] Re: pgpool: Fixing a coding mistake in watchdog code.

Tatsuo Ishii ishii at postgresql.org
Tue Aug 2 11:52:05 JST 2016


Just for note:

From: Muhammad Usama <m.usama at gmail.com>
Subject: [pgpool-committers: 3363] pgpool: Fixing a coding mistake in watchdog code.
Date: Fri, 29 Jul 2016 14:11:31 +0000
Message-ID: <E1bT8Vf-0001OH-0n at gothos.postgresql.org>

> Fixing a coding mistake in watchdog code.
> 
> wd_issue_failover_lock_command() function is supposed to forward command type
> passed in as an argument to the wd_send_failover_sync_command() function instead
> it was passing the NODE_FAILBACK_CMD command type.
> The mistake was caught by uehara

http://www.pgpool.net/mantisbt/view.php?id=222

> The commit also contains some log message enhancements
> 
> Branch
> ------
> master
> 
> Details
> -------
> http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5bce300c491f44d44551f8812dc79d1166bf45ff
> 
> Modified Files
> --------------
> src/main/pgpool_main.c     |  2 +-
> src/watchdog/watchdog.c    | 84 +++++++++++++++++++++++++++++++++-------------
> src/watchdog/wd_commands.c |  2 +-
> 3 files changed, 63 insertions(+), 25 deletions(-)
> 
> _______________________________________________
> pgpool-committers mailing list
> pgpool-committers at pgpool.net
> http://www.pgpool.net/mailman/listinfo/pgpool-committers


More information about the pgpool-committers mailing list