On Fri, Apr 12, 2013 at 04:15:49PM -0400, Mitchell Perilstein wrote: > SIReadLock ... > Any ideas appreciated. Thanks!
Try changing the syncs' isolation level. I assume they are all at the default of serializable. If that fixes the problem, we are a little closer to a solution. It can be changed in the bucardo db with: UPDATE sync SET isolation_level = 'repeatable read'; -- Greg Sabino Mullane [email protected] End Point Corporation PGP Key: 0x14964AC8
signature.asc
Description: Digital signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
