-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replication #88
Comments
The static assert that you mention is just a compile time sanity check. With the current state of the code, the assert is not triggered, so all should be fine. Note that this assert cannot trigger at run time. It is there to help catch errors when the code is modified in the future. I agree that replication mode must work identically to normal mode if at all possible. |
In encode_int():
If insertion can fail in replication, then insertion must fail in "core" insertion too, because behaviour in "core" and replication should be completely identical.
The text was updated successfully, but these errors were encountered: