Hi Lia,

Lia Domide wrote:
> I also had some of your problems
> (http://pgfoundry.org/pipermail/pgcluster-general/2008-January/001787.html),
> and my solution was, first to replace the condition "... else if (status !=
> TBL_STOP) ..." in "cluster_table.c" file with  "...else if (status ==
> TBL_STOP) ...". The above mentioned line in Cybercluster has the correction
> with ==.

I tried now your patch,
238c238
<                       else if (status != TBL_STOP)
---
>                       else if (status == TBL_STOP)
and it worked! Now all 3 servers gets connections. Thank you! I hope
this fix gets to the main tree.

Tommi
_______________________________________________
Pgcluster-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgcluster-general

Reply via email to