[Bps-public-commit] r17551 - Prophet/trunk/lib/Prophet
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jan 4 17:30:03 EST 2009
Author: jesse
Date: Sun Jan 4 17:30:03 2009
New Revision: 17551
Modified:
Prophet/trunk/lib/Prophet/ForeignReplica.pm
Log:
* doc
Modified: Prophet/trunk/lib/Prophet/ForeignReplica.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/ForeignReplica.pm (original)
+++ Prophet/trunk/lib/Prophet/ForeignReplica.pm Sun Jan 4 17:30:03 2009
@@ -106,6 +106,8 @@
my ($changeset) = validate_pos( @_, { isa => "Prophet::ChangeSet" } );
# Has our host replica given this changeset to us yet?
+ # XXX TODO - should actually be checking the changeset id and the record id in a lookup table
+ # of all the changesets that may have come from the source
return $self->last_changeset_from_source($changeset->source_uuid) >= $changeset->sequence_no;
}
More information about the Bps-public-commit
mailing list