[Bucardo-general] BUG. VAC process disabled for some databases

Greg Sabino Mullane greg at endpoint.com
Wed Jul 29 00:07:34 UTC 2015


Thanks again for the report. I have fixed this 
in commit ab7e33f9f64e9776c442d9bc8286075c6febe1ab. 
It's a one-line fix (okay, two with comment), so I'm 
inserting it inline here:

diff --git a/Bucardo.pm b/Bucardo.pm
index 84ee82c..89e7c0a 100644
--- a/Bucardo.pm
+++ b/Bucardo.pm
@@ -9332,7 +9332,7 @@ sub delete_rows {
                     next;
                 }
                 my $dbname = $t->{name};
-                $self->glog("Deleting from target $dbname.$tname. $t->{delete_round} of $t->{delete_rounds}", LOG_DEBUG);
+                $self->glog("Deleting from target $dbname.$tname (round $t->{delete_round} of $t->{delete_rounds})", LOG_DEBUG);
 
                 $did_something++;
 

-- 
Greg Sabino Mullane greg at endpoint.com
End Point Corporation
PGP Key: 0x14964AC8
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: Digital signature
URL: <https://mail.endcrypt.com/pipermail/bucardo-general/attachments/20150728/3dc4b7e1/attachment.sig>


More information about the Bucardo-general mailing list