[pgpool-committers: 2292] pgpool: Fix node id range check bug in trigger_failover_command().

Tatsuo Ishii ishii at postgresql.org
Wed Nov 19 10:37:19 JST 2014


Fix node id range check bug in trigger_failover_command().

The node id should be lower than NUM_BACKENDS. Probably harmless since
callers never pass node ids greater or equal to NUM_BACKENDS. But a
bug is a bug.

Branch
------
V3_1_STABLE

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

Modified Files
--------------
main.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list