Sean Kirkpatrick Sean.Kirkpatrick
Mon Nov 1 15:49:58 PST 2004
> Hello all,
> 
> Hopefully I'm not raising a flag for no reason here, but I believe I've found a bug within the generate_listen_paths subroutine in the init_cluster.pl script.  In the heart of the second set of loops, when a shorter path has been found, the following gets set:
> 
>         $VIA[$node3][$node1] = $node2;
>         $COST[$node3][$node1] = $newcost;
> 
> Shouldn't the reverse listen path also be set here?
> 
>         $VIA[$node1][$node3] = $node2;
>         $COST[$node1][$node3] = $newcost;
> 
> Regards,
> 
> Sean Kirkpatrick
> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gborg.postgresql.org/pipermail/slony1-general/attachments/20041101/f680df60/attachment.html


More information about the Slony1-general mailing list