On Sat, Dec 08, 2012 at 12:08:32AM -0500, Bill McGonigle wrote: ... > b5 is running vac as expected, just nothing's being cleaned up. I > didn't see in the .pm where the delta_ delete is supposed to run. > Maybe somebody can clue me in on where that happens. > > If it's not yet implemented, a query to delete 5 minute old deltas > with no txntime match in stage_ ought to be OK, right?
It's hard-coded to 45 seconds at (current) line 6626:
$SQL = q{SELECT bucardo.bucardo_purge_delta('45 seconds')};
However, it is quite possible it is not doing what it is
supposed to. First job is to add some vac tests to the
test suite, so we can verify it's failing and then fix it.
--
Greg Sabino Mullane [email protected]
End Point Corporation
PGP Key: 0x14964AC8
pgpOvYytHMlxQ.pgp
Description: PGP signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
