[pgpool-committers: 2287] 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
------
master

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

Modified Files
--------------
src/main/pgpool_main.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list