[Pgcluster-general] Issues with PGCluster 1.7
Tommi Berg
tommi.berg at 020300200.com
Fri Jan 25 14:11:40 UTC 2008
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
More information about the Pgcluster-general
mailing list