Don't bother comparing log_cnt values for sequences.
authorRosser Schwarz <rosser.schwarz@gmail.com>
Wed, 19 May 2010 01:32:59 +0000 (21:32 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Wed, 19 May 2010 01:32:59 +0000 (21:32 -0400)
Bucardo.pm

index 5a4b54ad2ee69bcbf60429ee9cb927f4250d6361..99d26383c63a4dc1172928600a54b7ad82c0641b 100644 (file)
@@ -1967,6 +1967,7 @@ sub start_mcp {
                                        $sth->execute();
                                        $info = $sth->fetchall_arrayref({})->[0];
                                        for my $key (sort keys %$info) {
+                                               next if $key eq 'log_cnt';
                                                if (! exists $g->{sequenceinfo}{$key}) {
                                                        $self->glog(qq{Warning! Sequence on target has item $key, but source does not!});
                                                        next;