Using slony 1.2.14 on pgsql 8.3.1

Replication is working.  I don't see any errors in the log files and changes
made to the master are indeed propegated to the slave.

What isn't working is

   select * from _mycluster.sl_status

I've narrowed the issue down to sl_confirm containing:
con_origin,con_received,con_seqno,con_timestamp
1;2;0;"2008-05-28 18:49:30.947064"
2;1;0;"2008-05-28 18:49:30.947497"

con_seqno is 0 for both rows and this is joined to ev_seqno in sl_event
which is an int between 1 and 1266.

Any thoughts on what could be wrong with my cluster?

Thanks,
---Marc
_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to